Microsoft SDK for Java

reset

This method of the OffsetInputStreamFilter Class resets the byte offset of the input stream to the last marked position.

Syntax

public void reset() throws IOException;

Exceptions

IOException if the mark is invalid or has not been set.

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