decodeBinary

Reads T value from source.

If data is to small to carry T, DecodeException is thrown.

T
decodeBinary
(
T
)
(
ubyte[] data
,,
string file = __FILE__
,
uint line = __LINE__
)

Parameters

data
Type: ubyte[]

Array to read from

byteOrder
Type: ByteOrder

Byte order to use

Throws

DecodeException

Meta