length
bytes of primitive data from the receiver. It should not be used to skip bytes at any arbitrary position; just when reading primitive data types (ints, chars, etc).
@param length How many bytes to skip
@return number of bytes skipped
@throws IOException If any IO problem occurred when trying to skip the bytes.
|
|