collie v0.10.16 (2018-08-30T07:51:38Z)
Dub
Repo
StringEncoder
collie
codec
string
encoder
Undocumented in source.
class
StringEncoder : MessageToByteEncoder!string {
void
callBack
(ubyte[] data, size_t len);
ubyte
[]
encode
(string msg);
}
Members
Functions
callBack
void
callBack
(ubyte[] data, size_t len)
Undocumented in source. Be warned that the author may not have intended to support it.
encode
ubyte
[]
encode
(string msg)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
collie
codec
string
encoder
classes
StringEncoder