CompressionStream.SetLength Method
Namespace: Rebex.IO.Compression.Streams
Assembly: Rebex.Zip.dll (version 7.0.9083)
SetLength(Int64)
This method is not supported by the CompressionStream class.
Declaration
public override void SetLength(long value)
Parameters
Type | Name | Description |
---|---|---|
Int64 | value | The desired length of the stream in bytes. |