|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--org.jwarp.util.io.StreamCopy
This utility allows simple copying of one input streasm to another.
| Method Summary | |
static void |
copy(java.io.InputStream source,
java.io.OutputStream destination)
Copy stream-data from source to destination. |
| Methods inherited from class java.lang.Object |
|
| Method Detail |
public static void copy(java.io.InputStream source,
java.io.OutputStream destination)
throws java.io.IOException
source - The input streamdestination - The output streamjava.io.IOException - If something went wrong
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||