DeflaterOutputStream.SetLength Method

SharpZip Compression Library

SharpZip Compression Library

DeflaterOutputStream.SetLength Method 

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

public override void SetLength(
   long val
);

Exceptions

Exception Type Condition
NotSupportedException Any access

See Also

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