EndianSequence

A class that provides functionality for construct and deconstruct values. All methods is static.

Members

Static functions

pack
ubyte[] pack(T value)

Deconstructs (saves) a passed value to unsigned byte array.

unpack
T unpack(ubyte[] bytes)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta