CUBFReader

Undocumented in source.

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