Package java.io
Class ByteArrayInputStream

Public Method mark

void mark(int readlimit)

Overrides:

_INSERT_METHOD_SIGNATURE_HERE_

Description:

The currently marked position in the stream. ByteArrayInputStream objects 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.