sel-util ~master (2020-01-01T00:08:14Z)
Dub
Repo
LengthPrefixedModifier
sel
stream
Undocumented in source.
class
LengthPrefixedModifier :
Modifier
(
T
Endian
endianness
=
Endian
.
bigEndian
) {
alias
E
=
TypeTuple
!(
T
,
endianness
)
;
alias
E
=
T
;
this
();
void
encode
(Buffer buffer);
bool
decode
(Buffer buffer);
}
Constructors
this
this
()
Undocumented in source.
Members
Aliases
E
alias
E
=
TypeTuple
!(
T
,
endianness
)
Undocumented in source.
E
alias
E
=
T
Undocumented in source.
Functions
decode
bool
decode
(Buffer buffer)
Undocumented in source. Be warned that the author may not have intended to support it.
encode
void
encode
(Buffer buffer)
Undocumented in source. Be warned that the author may not have intended to support it.
Inherited Members
From Modifier
encode
void
encode
(Buffer buffer)
Undocumented in source.
decode
bool
decode
(Buffer buffer)
Undocumented in source.
Meta
Source
See Implementation
sel
stream
classes
CompressedModifier
LengthPrefixedModifier
Modifier
Stream