BufferedInputStream.pos

BufferedInputStream.pos

Class Overview | Class Members | This Package | All Packages

Syntax
protected int pos
Description
The current position in the buffer. This is the index of the next character to be read from the buf array.

See Also
buf