PushbackInputStream.pos

The position within the pushback buffer from which the next byte will be read. When the buffer is empty, <code>pos</code> is equal to <code>buf.length</code>; when the buffer is full, <code>pos</code> is equal to zero.

class PushbackInputStream
protected
int pos;

Meta