Package java.ioClass ByteArrayInputStream
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.