- length
- the number of bytes to skip.
Documentation for this section has not yet been entered.
Type Reason Java.IO.IOException if an error occurs while skipping bytes on the source stream. Java.Lang.NullPointerException if the source stream is null.
Skips length bytes on the source stream. This method should not be used to skip bytes at any arbitrary position, just when reading primitive data types (int, char etc).