[ the jinxbot project :: home | community forum | bn# | controls | mbncsutil | get the source ]
Creates a new data reader with the specified stream as input.

Namespace:  MBNCSUtil
Assembly:  MBNCSUtil (in MBNCSUtil.dll) Version: 2.1.7.22 (2.1.7.22)

Syntax

C#
public BncsReader(
	Stream str
)
Visual Basic (Declaration)
Public Sub New ( _
	str As Stream _
)
Visual C++
public:
BncsReader(
	Stream^ str
)

Parameters

str
Type: System.IO..::.Stream
The stream from which to read.

Exceptions

ExceptionCondition
System..::.ArgumentNullExceptionThrown if str is null (Nothing in Visual Basic).

See Also