This method of the OffsetInputStreamFilter Class skips a number of bytes in the input stream and updates the byte offset to reflect the new position in the stream.
public synchronized long skip(long n) throws IOException;
Returns the actual number of bytes skipped.
n | The number of bytes to skip. |
IOException if an I/O error occurs.