async v0.2.7 (2020-10-02T03:47:17Z)
Dub
Repo
Codec
async
codec
class
Codec {
this
(CodecType ct);
this
(CodecType ct, ushort magic);
Tuple
!(
long
,
size_t
)
decode
(ByteBuffer buffer);
}
Constructors
this
this
(CodecType ct)
this
this
(CodecType ct, ushort magic)
Members
Functions
decode
Tuple
!(
long
,
size_t
)
decode
(ByteBuffer buffer)
Meta
Source
See Implementation
async
codec
classes
Codec
enums
CodecType