- count
- the number of bytes to skip.
Documentation for this section has not yet been entered.
Type Reason Java.IO.IOException if this file is closed or another I/O error occurs.
Skips over count bytes in this file. Less than count bytes are skipped if the end of the file is reached or an exception is thrown during the operation. Nothing is done if count is negative.