ByteArrayInputStream.pos

The index of the next character to read from the input stream buffer. This value should always be nonnegative and not larger than the value of <code>count</code>. The next byte to be read from the input stream buffer will be <code>bufpos</code>.

class ByteArrayInputStream
protected
int pos;

Meta