Method | Description | |
---|---|---|
ReadBytes ( byte buff, int offset, int length ) : byte[] |
Reads byte string.
|
|
ReadUInt16 ( byte buff, int offset ) : ushort |
Reads a word value.
|
|
ReadUInt32 ( byte buff, int offset ) : uint |
Reads a double word value.
|
|
XDataReader ( bool bigEndian ) : System |
Constructor
|
public ReadBytes ( byte buff, int offset, int length ) : byte[] | ||
buff | byte | buffer |
offset | int | index where the data is read |
length | int | lengt of bytes to read |
return | byte[] |
public ReadUInt16 ( byte buff, int offset ) : ushort | ||
buff | byte | buffer |
offset | int | index where the data is read |
return | ushort |
public ReadUInt32 ( byte buff, int offset ) : uint | ||
buff | byte | buffer |
offset | int | index where the data is read |
return | uint |
public XDataReader ( bool bigEndian ) : System | ||
bigEndian | bool | specifies that the byte-order is big-endian |
return | System |