Package java.io
Class FileInputStream

Public Method skip

int skip(int num_bytes)

Overrides:

Throws:

_INSERT_METHOD_SIGNATURE_HERE_

Description:

Skips over and discards n bytes of data from the 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.