ByteConverter

Converts between integral types and unsigned byte arrays

Members

Static functions

hexDecode
ubyte[] hexDecode(cstring input)
Undocumented in source. Be warned that the author may not have intended to support it.
hexEncode
mstring hexEncode(const(void)[] input_)

Takes an array and converts each byte to its hex representation.

hexEncode
mstring hexEncode(const(void)[] input_, mstring output)

Takes an array and converts each byte to its hex representation.

Structs

BigEndian
struct BigEndian

Conversions between big endian integrals and bytes

LittleEndian
struct LittleEndian

Conversions between little endian integrals and bytes

Meta