- decode
ubyte[] decode(const(char[]) data, ubyte[] buff)
Undocumented in source. Be warned that the author may not have intended to support it.
- encode
char[] encode(const(ubyte[]) data, char[] buff)
Undocumented in source. Be warned that the author may not have intended to support it.
- encodeChunk
size_t encodeChunk(const(ubyte[]) data, char[] buff, size_t bytesEncoded)
Undocumented in source. Be warned that the author may not have intended to support it.
- encodedSize
size_t encodedSize(void[] data)
Undocumented in source. Be warned that the author may not have intended to support it.
- encodedSize
size_t encodedSize(size_t length)
Undocumented in source. Be warned that the author may not have intended to support it.