public class Util
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
CHUNK |
| Constructor and Description |
|---|
Util() |
| Modifier and Type | Method and Description |
|---|---|
static void |
transferBytes(java.io.InputStream input,
long length,
java.io.OutputStream output,
boolean closeInput) |
public static final int CHUNK