- makeRSRC_cstring
ubyte[] makeRSRC_cstring(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
- makeRSRC_fourCC
ubyte[] makeRSRC_fourCC(char[4] ch)
Undocumented in source. Be warned that the author may not have intended to support it.
- makeRSRC_fourCC_string
ubyte[] makeRSRC_fourCC_string(string fourcc)
Undocumented in source. Be warned that the author may not have intended to support it.
- makeRSRC_pstring
ubyte[] makeRSRC_pstring(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
- writeBE_ubyte
void writeBE_ubyte(ubyte[] buf, ubyte b)
Undocumented in source. Be warned that the author may not have intended to support it.
- writeBE_uint
void writeBE_uint(ubyte[] buf, uint u)
Undocumented in source. Be warned that the author may not have intended to support it.
- writeBE_ushort
void writeBE_ushort(ubyte[] buf, ushort s)
Undocumented in source. Be warned that the author may not have intended to support it.