cubf ~master (2021-12-23T00:15:32.5760788)
Dub
Repo
CUBFWriter
cubf
writer
Undocumented in source.
final
class
CUBFWriter {
this
(Endianess endianToUse, IAllocator allocator);
~this
();
void
appendChunk
(char[4] name, ubyte[] data);
void
appendEndOfChunkInput
(ubyte[] data);
void
appendHeaderChunk
(char[4] name, ubyte[] data);
ubyte
[]
finalize
();
enum
Endianess
;
}
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
Source
See Implementation
cubf
writer
classes
CUBFWriter