biod ~master (2019-12-17T12:58:49Z)
Home
Dub
Repo
Unpacker.this
bio
std
hts
thirdparty
msgpack
Unpacker
Constructs a
Unpacker
.
struct
Unpacker
this
(
in
ubyte
[]
target
,
in
size_t
bufferSize
= 8192
,
bool
withFieldName
= false
)
Parameters
target
ubyte
[]
byte buffer to deserialize
bufferSize
size_t
size limit of buffer size
Meta
Source
See Implementation
bio
std
hts
thirdparty
msgpack
Unpacker
constructors
this
functions
beginArray
beginMap
clear
opApply
scan
unpack
unpackArray
unpackMap
static functions
registerHandler
Constructs a Unpacker.