ByteArrayInputStream.mark

ByteArrayInputStream.mark

Class Overview | Class Members | This Package | All Packages

Syntax
protected int mark
Description
The currently marked position in the stream. ByteArrayInputStreams are marked at position zero by default when constructed. They may be marked at another position within the buffer by the mark() method. The current buffer position is set to this point by the reset() method.