public class IOUtils extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
EOF
Represents the end-of-file (or stream).
|
| Constructor and Description |
|---|
IOUtils() |
| Modifier and Type | Method and Description |
|---|---|
static int |
read(InputStream input,
byte[] buffer,
int offset,
int length) |
public static final int EOF
public static int read(InputStream input, byte[] buffer, int offset, int length) throws IOException
IOExceptionCopyright © 2024. All rights reserved.