BufferedInputStream.buf

The internal buffer array where the data is stored. When necessary, it may be replaced by another array of a different size.

class BufferedInputStream
protected
byte[] buf;

Meta