ByteConverter

Converts between integral types and unsigned byte arrays

Members

Static functions

base32Decode
ubyte[] base32Decode(const(char[]) input)
Undocumented in source. Be warned that the author may not have intended to support it.
base32Encode
char[] base32Encode(const(void[]) input_, bool doPad)
Undocumented in source. Be warned that the author may not have intended to support it.
hexDecode
ubyte[] hexDecode(const(char[]) input)
Undocumented in source. Be warned that the author may not have intended to support it.
hexEncode
char[] hexEncode(const(void[]) input_)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

BigEndian
struct BigEndian

Conversions between big endian integrals and bytes

LittleEndian
struct LittleEndian

Conversions between little endian integrals and bytes

Meta