Microsoft SDK for Java

reset

This method of the HTMLTokenizer Class resets the input to the last marked position.

Syntax

public void reset() throws IOException;

Exceptions

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

See Also

java.lang.InputStream.reset

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