|
OCPsoft Common API 1.0.3.Final | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ocpsoft.common.util.Streams
public final class Streams
| Constructor Summary | |
|---|---|
Streams()
|
|
| Method Summary | |
|---|---|
static boolean |
copy(java.io.InputStream input,
java.io.OutputStream output)
Copy all contents from the InputStream to the OutputStream, using a buffer of size 2048. |
static boolean |
copy(java.io.InputStream input,
java.io.OutputStream output,
int bufferSize)
Copy all contents from the InputStream to the OutputStream, using a buffer of the given size. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Streams()
| Method Detail |
|---|
public static boolean copy(java.io.InputStream input,
java.io.OutputStream output)
InputStream to the OutputStream, using a buffer of size 2048.
public static boolean copy(java.io.InputStream input,
java.io.OutputStream output,
int bufferSize)
InputStream to the OutputStream, using a buffer of the given size.
|
OCPsoft Common API 1.0.3.Final | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||