ChunkedMemoryStreamSetLength Method |
When overridden in a derived class, sets the length of the current stream.
Namespace:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public override void SetLength(
long value
)
Parameters
- value
- Type: SystemInt64
The desired length of the current stream in bytes.
See Also