This is experimental documentation.
Creates a new data reader with the specified byte data.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public BncsReader( byte[] data )
Public Sub New ( _ data As Byte() _ )
public: BncsReader( array<unsigned char>^ data )
Parameters
- data (array<Byte>[]()[][])
- The data to read.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | Thrown if data is
null (Nothing in Visual Basic). |
Assembly: Asgard5Library (Module: Asgard5Library)