Microsoft SDK for Java

mark

This method of the HTMLTokenizer Class marks the parser's current position in the input stream.

Syntax

public void mark(int readLimit) throws IOException;

Parameters

readLimit The number of bytes that can be read before this mark is invalidated.

Exceptions

IOException if the tokenized input stream cannot set the requested mark.

See Also

java.lang.InputStream.mark

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