PushbackInputStream.pos
Class Overview | Class Members |
This Package |
All Packages
Syntax
protected int pos
Description
The position within the pushback buffer from which the next byte will
be read. When the buffer is empty, pos is equal to
buf.length; when the buffer is full, pos is
equal to zero.