DeflaterOutputStream.SetLength Method

IC Sharp Sharp Zip Lib

ICSharpCode SharpZipLib Class Library

DeflaterOutputStream.SetLength Method 

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

public override void SetLength(
   long value
);

Exceptions

Exception Type Condition
NotSupportedException Any access

See Also

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