async ~master (2021-06-09T06:08:03Z)
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