|
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 contents of the stream
Constructor Summary | |
---|---|
CopyUtils()
|
Method Summary | |
---|---|
static int |
copy(java.io.InputStream in,
java.io.OutputStream out)
Copy the contents of input stream content to output stream |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
- in case of I/O errors
|
IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |