BufferedOutputStream.count

The number of valid bytes in the buffer. This value is always in the range {@code 0} through {@code buf.length}; elements {@code buf[0]} through {@code buf[count-1]} contain valid byte data.

class BufferedOutputStream
protected
int count;

Meta