Package java.io
Class ByteArrayInputStream

Public Method skip

int skip(int num_bytes)

Overrides:

_INSERT_METHOD_SIGNATURE_HERE_

Description:

Skips num_bytes bytes from this input stream. Fewer bytes might be skipped if the end of the stream is reached. The number of actually skipped bytes is returned.