Skip specified number of bytes of uncompressed data
Parameters
- n
- Number of bytes to skip
Return Value
The number of bytes skipped, zero if the end of stream has been reached
Exceptions
Exception Type | Condition |
---|---|
ArgumentOutOfRangeException | Number of bytes to skip is zero or less |
See Also
InflaterInputStream Class | ICSharpCode.SharpZipLib.Zip.Compression.Streams Namespace