InflaterInputStream.skip

InflaterInputStream.skip

Class Overview | Class Members | This Package | All Packages

Syntax
public long skip( long n ) throws IOException
Parameters
n
the number of bytes to skip
Returns
the actual number of bytes skipped.
Description
Skips specified number of bytes of uncompressed data.

Exceptions
IOException if an I/O error has occurred
Overrides
skip in class FilterInputStream