cubf ~master (2021-12-23T00:15:32.5760788)
Dub
Repo
CUBFReader
cubf
reader
Undocumented in source.
struct
CUBFReader {
this
(ubyte[] source, bool requireChecksum);
Type
front
[@property getter];
bool
empty
[@property getter];
CUBFReader
save
();
void
popFront
();
alias
Type
=
Tuple
!(
char
[
4
],
"name"
,
ubyte
[],
"data"
,
bool
,
"isHeader"
)
;
}
Constructors
this
this
(ubyte[] source, bool requireChecksum)
Undocumented in source.
Members
Aliases
Type
alias
Type
=
Tuple
!(
char
[
4
],
"name"
,
ubyte
[],
"data"
,
bool
,
"isHeader"
)
Undocumented in source.
Functions
popFront
void
popFront
()
Undocumented in source. Be warned that the author may not have intended to support it.
save
CUBFReader
save
()
Undocumented in source. Be warned that the author may not have intended to support it.
Properties
empty
bool
empty
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
front
Type
front
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
cubf
reader
structs
CUBFReader