BZip2InputStream.Seek Method

SharpZip Compression Library

SharpZip Compression Library

BZip2InputStream.Seek Method 

Set the streams position. This operation is not supported and will throw a NotSupportedException

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

Exceptions

Exception Type Condition
NotSupportedException Any access

See Also

BZip2InputStream Class | ICSharpCode.SharpZipLib.BZip2 Namespace