public class InputStreamAsBytes
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static boolean |
DO_LIST
Flag controlling listing of the blocks (for debugging).
|
Constructor and Description |
---|
InputStreamAsBytes(java.io.InputStream ins)
Constructs a new scanner for the given stream, and obtains the
data from it.
|
Modifier and Type | Method and Description |
---|---|
byte[] |
getBytes()
Returns the byte sequence obtained from the stream.
|
public static boolean DO_LIST