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

Namespace: Lawo.EmberPlusSharp.Ember
Assembly: Lawo.EmberPlusSharp (in Lawo.EmberPlusSharp.dll) Version: 1.4.1707.27006
Syntax
C#
public EmberWriter(
	Stream stream,
	int bufferSize
)

Parameters

stream
Type: System.IOStream
The stream to which the EmBER-encoded output should be written.
bufferSize
Type: SystemInt32
The size of the internal buffer in bytes.
Exceptions
ExceptionCondition
ArgumentNullExceptionstream equals null.
ArgumentOutOfRangeExceptionbufferSize is 0 or negative.
Bibliography
See Also