[ the jinxbot project :: home | community forum | bn# | controls | mbncsutil | get the source ]
Assembly: MBNCSUtil (in MBNCSUtil.dll) Version: 2.1.7.22 (2.1.7.22)
Creates a new data reader with the specified stream as input.
Namespace:
MBNCSUtilAssembly: 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
| Exception | Condition |
|---|---|
| System..::.ArgumentNullException | Thrown if str is null (Nothing in Visual Basic). |