shark.util

Undocumented in source.

Members

Classes

Stream
class Stream(size_t idLength, Endian endianness, size_t length, bool lengthIncludesItself, Endian sequenceEndianness = Endian.littleEndian, S = Object)
Undocumented in source.

Functions

fromHexString
ubyte[] fromHexString(string hex)
Undocumented in source. Be warned that the author may not have intended to support it.
read0String
string read0String(Buffer buffer)
Undocumented in source. Be warned that the author may not have intended to support it.
toSnakeCase
string toSnakeCase(string input)
Undocumented in source. Be warned that the author may not have intended to support it.
write0String
void write0String(Buffer buffer, string str)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta