ByteArrayInputStream.buf

An array of bytes that was provided by the creator of the stream. Elements <code>buf[0]</code> through <code>buf[count-1]</code> are the only bytes that can ever be read from the stream; element <code>bufpos</code> is the next byte to be read.

class ByteArrayInputStream
protected
byte[] buf;

Meta