public class Utilities
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
STREAM_COPY_BUFFER_SIZE |
| Modifier and Type | Method and Description |
|---|---|
static long |
streamCopy(java.io.InputStream source,
java.io.OutputStream sink)
Reads all bytes from an input stream and writes them to an output stream.
|