CUBFWriter

Undocumented in source.

Constructors

this
this(Endianess endianToUse, IAllocator allocator)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Enums

Endianess
enum Endianess
Undocumented in source.

Functions

appendChunk
void appendChunk(char[4] name, ubyte[] data)
Undocumented in source. Be warned that the author may not have intended to support it.
appendEndOfChunkInput
void appendEndOfChunkInput(ubyte[] data)
Undocumented in source. Be warned that the author may not have intended to support it.
appendHeaderChunk
void appendHeaderChunk(char[4] name, ubyte[] data)
Undocumented in source. Be warned that the author may not have intended to support it.
finalize
ubyte[] finalize()

any appending after this is invalid.

Meta