- readLength
size_t readLength()
Undocumented in source. Be warned that the author may not have intended to support it.
- readString
string readString()
Undocumented in source. Be warned that the author may not have intended to support it.
- readStringLength
size_t readStringLength()
Undocumented in source. Be warned that the author may not have intended to support it.
- writeLength
void writeLength(size_t value)
Undocumented in source. Be warned that the author may not have intended to support it.
- writeString
void writeString(string value)
Undocumented in source. Be warned that the author may not have intended to support it.
- writeStringLength
void writeStringLength(size_t value)
Undocumented in source. Be warned that the author may not have intended to support it.
Classic stream implementation where every number is read as either big or little endian. String's length is an unsigned short and other array's lengths are unigned integers.