Click or drag to resize
Buffer Constructor
Initializes a new instance of the Buffer class.

Namespace: Lawo.IO
Assembly: Lawo (in Lawo.dll) Version: 1.4.1707.27006
Syntax
C#
protected Buffer(
	int bufferSize
)

Parameters

bufferSize
Type: SystemInt32
The size of the buffer in bytes.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionbufferSize is 0 or negative.
See Also