|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ccl.util.StreamCopier
Copied from Java I/O by Elliotte Rusty Harold, page 43 [1999-07-30 Chr. Clemens Lee].
Constructor Summary | |
StreamCopier()
|
Method Summary | |
static boolean |
copy(java.io.InputStream pInputStream_,
java.io.OutputStream pOutputStream_)
Copy one stream to another. |
static boolean |
copy(java.io.InputStream pInputStream_,
java.io.OutputStream pOutputStream_,
long offset)
Copy one stream to another starting at position 'offset' (starting with 0). |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public StreamCopier()
Method Detail |
public static boolean copy(java.io.InputStream pInputStream_, java.io.OutputStream pOutputStream_)
public static boolean copy(java.io.InputStream pInputStream_, java.io.OutputStream pOutputStream_, long offset)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |