FastLZStream.SetLength
FastLZStream.SetLength method
Sets the length of the current stream.
public override void SetLength(long value)
| Parameter | Type | Description |
|---|---|---|
| value | Int64 | The desired length of the current stream in bytes. |
Exceptions
| exception | condition |
|---|---|
| NotSupportedException | The operation is not supported. |
See Also
- class FastLZStream
- namespace Aspose.Zip.FastLZ
- assembly Aspose.Zip