Z80CompressionStream.SetLength Method
Definition
When overridden in a derived class, sets the length of the current stream.
public override void SetLength(long value);
Parameters
| Name | Type | Description |
|---|---|---|
value |
Int64 |
The desired length of the current stream in bytes. |