ByteArrayInputStream.mark
Class Overview | Class Members |
This Package |
All Packages
public void mark( int markpos )
Description
Set the current 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 this method.
Overrides
mark in class InputStream