InflaterInputStream.Skip Method

SharpZip Compression Library

SharpZip Compression Library

InflaterInputStream.Skip Method 

Skip specified number of bytes of uncompressed data

public long Skip(
   long n
);

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