Package java.ioClass DataInputStream
final int skipBytes(int n)
Throws:
_INSERT_METHOD_SIGNATURE_HERE_
Description:
Tries to skip over n input bytes, discarding the skipped bytes. Returns the actual number of skipped bytes, which might be smaller then n (e.g. because end of file was reached).