- count
- the number of bytes to skip.
Documentation for this section has not yet been entered.
Type Reason Java.IO.IOException if a problem occurs during skipping.
Skips count number of bytes in this stream. Subsequent read()s will not return these bytes unless reset() is used. This method will not throw an Java.IO.EOFException if the end of the input is reached before count bytes where skipped.