This method of the OffsetInputStreamFilter Class resets the byte offset of the input stream to the last marked position.
public void reset() throws IOException;
IOException if the mark is invalid or has not been set.