Method SetLength
SetLength(Int64)
Calls the System.IO.Stream.SetLength(System.Int64) method on the wrapped stream.
Declaration
public override void SetLength(long value)
Parameters
Type | Name | Description |
---|---|---|
System.Int64 | value | The desired length of the current stream in bytes. |