Position Property

SharpZip Compression Library

SharpZip Compression Library

DeflaterOutputStream.Position Property

The current position within the stream. Always throws a NotSupportedExceptionNotSupportedException

public override long Position {get; set;}

Exceptions

Exception Type Condition
NotSupportedException Any attempt to set position

See Also

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