collie v0.10.16 (2018-08-30T07:51:38Z)
Dub
Repo
StringDecoder
collie
codec
string
decoder
Undocumented in source.
class
StringDecoder : ByteToMessageDecoder!string {
bool
decode
(Context ctx, ubyte[] buf, string result);
}
Members
Functions
decode
bool
decode
(Context ctx, ubyte[] buf, string result)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
collie
codec
string
decoder
classes
StringDecoder