|
IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.btt.mobile.CopyUtils
public abstract class CopyUtils
The utility class used to copy the content from the input stream to output stream
Field Summary | |
---|---|
static int |
BUFFER_SIZE
|
Constructor Summary | |
---|---|
CopyUtils()
|
Method Summary | |
---|---|
static int |
copy(java.io.InputStream in,
java.io.OutputStream out)
Copy the content from the input stream into output stream |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int BUFFER_SIZE
Constructor Detail |
---|
public CopyUtils()
Method Detail |
---|
public static int copy(java.io.InputStream in, java.io.OutputStream out) throws java.io.IOException
in
- the input streamout
- the output stream
java.io.IOException
- if error occurs
|
IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |