DeflaterOutputStream.Seek Method

IC Sharp Sharp Zip Lib

ICSharpCode SharpZipLib Class Library

DeflaterOutputStream.Seek Method 

Sets the current position of this stream to the given value. Not supported by this class!

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

Exceptions

Exception Type Condition
NotSupportedException Any access

See Also

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