InflaterInputStream.Skip Method

IC Sharp Sharp Zip Lib

ICSharpCode SharpZipLib Class Library

InflaterInputStream.Skip Method 

Skip specified number of bytes of uncompressed data

public long Skip(
   long count
);

Parameters

count
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 less than zero

See Also

InflaterInputStream Class | ICSharpCode.SharpZipLib.Zip.Compression.Streams Namespace