StringBufferInputStream.skip

StringBufferInputStream.skip

Class Overview | Class Members | This Package | All Packages

Syntax
public synchronized long skip( long n )
Parameters
n
the number of bytes to be skipped.
Returns
the actual number of bytes skipped.
Description
Skips n bytes of input from this input stream. Fewer bytes might be skipped if the end of the input stream is reached.

Overrides
skip in class InputStream