|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.axis2.util.IOUtils
public class IOUtils
Constructor Summary | |
---|---|
IOUtils()
|
Method Summary | |
---|---|
static void |
copy(java.io.InputStream in,
java.io.OutputStream out,
boolean close)
Copies the input stream to the output stream |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public IOUtils()
Method Detail |
---|
public static void copy(java.io.InputStream in, java.io.OutputStream out, boolean close) throws java.io.IOException
in
- the InputStream
out
- the OutputStream
close
- close input and output stream
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |