[ 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 byte data.
Namespace:
MBNCSUtilAssembly: MBNCSUtil (in MBNCSUtil.dll) Version: 2.1.7.22 (2.1.7.22)
Syntax
| C# |
|---|
public BncsReader( byte[] data ) |
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ data As Byte() _ ) |
| Visual C++ |
|---|
public: BncsReader( array<unsigned char>^ data ) |
Parameters
- data
- Type: array<
System..::.Byte
>[]()[]
The data to read.
Exceptions
| Exception | Condition |
|---|---|
| System..::.ArgumentNullException | Thrown if data is null (Nothing in Visual Basic). |