ZipInputStream.skip
Class Overview | Class Members |
This Package |
All Packages
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 in the current ZIP entry.
Exceptions
ZipException
if a ZIP file error has occurred
Exceptions
IOException
if an I/O error has occurred
Overrides
skip in class InflaterInputStream