|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.avalon.excalibur.io.IOUtil
This class provides basic facilities for manipulating io streams.
Method Summary | |
static void |
copy(java.io.InputStream source,
java.io.OutputStream destination)
Copy stream-data from source to destination. |
static void |
shutdownStream(java.io.InputStream input)
|
static void |
shutdownStream(java.io.OutputStream output)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static void shutdownStream(java.io.OutputStream output)
public static void shutdownStream(java.io.InputStream input)
public static void copy(java.io.InputStream source, java.io.OutputStream destination) throws java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |