Click or drag to resize

BBStreamSetLength Method

Sets the length of the current stream

Namespace: Brainboxes.IO
Assembly: Brainboxes.IO (in Brainboxes.IO.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public override void SetLength(
	long value
)

Parameters

value  Int64
Desired length of the current stream in bytes.
See Also