InflaterInputStream.Seek Method

SharpZip Compression Library

SharpZip Compression Library

InflaterInputStream.Seek Method 

Sets the position within the current stream Always throws a NotSupportedException

public override long Seek(
   long offset,
   SeekOrigin origin
);

Exceptions

Exception Type Condition
NotSupportedException Any access

See Also

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