Package java.io
Class BufferedInputStream

Public Method skip

int skip(int num_bytes)

Overrides:

Throws:

_INSERT_METHOD_SIGNATURE_HERE_

Description:

Skips over and discards num_bytes bytes of data from this input stream. A smaller number of bytes (down to 0) might be skipped. The actual number of skipped bytes is returned.