public class ReadFromStream
extends java.lang.Object
| Constructor and Description |
|---|
ReadFromStream() |
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
readFromStream(int bufferSize,
java.io.InputStream entityStream)
Stuff the contents of a InputStream into a byte buffer.
|