Click or drag to resize
WriteBuffer Constructor (WriteCallback, Int32)
Initializes a new instance of the WriteBuffer class.

Namespace: Lawo.IO
Assembly: Lawo (in Lawo.dll) Version: 1.4.1707.27006
Syntax
C#
public WriteBuffer(
	WriteCallback write,
	int bufferSize
)

Parameters

write
Type: Lawo.IOWriteCallback
The method that is called when the buffer needs to be emptied.
bufferSize
Type: SystemInt32
The size of the buffer in bytes.
Exceptions
ExceptionCondition
ArgumentNullExceptionwrite equals null.
ArgumentOutOfRangeExceptionbufferSize is 0 or negative.
See Also