public class ByteStreams
extends java.lang.Object
Constructor and Description |
---|
ByteStreams() |
Modifier and Type | Method and Description |
---|---|
static int |
read(java.io.InputStream in,
byte[] b,
int off,
int len) |
static void |
readFully(java.io.InputStream in,
byte[] b) |