Package java.io
Class FilterInputStream

Public Method reset

void reset()

Overrides:

Throws:

_INSERT_METHOD_SIGNATURE_HERE_

Description:

Repositions this stream to the position marked with the mark method.

Stream marks are intended to be used in situations where you need to read ahead to check what data comes next in the stream.