- encode
string encode(const(ubyte)[] data)
Undocumented in source. Be warned that the author may not have intended to support it.
- encode
const(ubyte)[] encode(string str)
Undocumented in source. Be warned that the author may not have intended to support it.
- encodeMany
const(ubyte)[][] encodeMany(string[] strs)
Undocumented in source. Be warned that the author may not have intended to support it.
The only reason to have this is to be able to compatible with java 1.5 :(