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

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

Parameters

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