n bytes of data from this input stream. The skip method may, for a variety of reasons, end up skipping over some smaller number of bytes, possibly 0. The actual number of bytes skipped is returned. If n is negative, no bytes are skipped.
@param n Number of bytes to be skipped.
@return Number of bytes actually skipped.
@throws IOException if an I/O error occurs.
| |
| |