BufferedInputStream.markpos

BufferedInputStream.markpos

Class Overview | Class Members | This Package | All Packages

Syntax
protected int markpos
Description
The value of the pos field at the time the last mark method was called. The value of this field is -1 if there is no current mark.

See Also
mark, pos