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

Namespace:  MBNCSUtil
Assembly:  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

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

See Also