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

Namespace: Lawo.IO
Assembly: Lawo (in Lawo.dll) Version: 1.4.1707.27006
Syntax
C#
protected BufferStream(
	ReadBuffer readBuffer,
	WriteBuffer writeBuffer
)

Parameters

readBuffer
Type: Lawo.IOReadBuffer
writeBuffer
Type: Lawo.IOWriteBuffer
Remarks
Pass null for one of the buffers to create a stream that only supports reading or writing.
See Also