Microsoft SDK for Java

mark

This method of the OffsetInputStreamFilter Class marks the current position in the input stream.

Syntax

public void mark(int readlimit);

Parameters

readlimit The number of bytes that can be read without invalidating the mark.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.