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