VFileStream.SetLength Method
Namespace: Rebex.IO
Assembly: Rebex.FileSystem.dll (version 7.0.9083)
SetLength(Int64)
Sets the length of the stream.
Declaration
public override void SetLength(long value)
Parameters
Type | Name | Description |
---|---|---|
Int64 | value | The new length of the stream. |