NintendoLZ2

Format used in early SNES games by Nintendo. Identical to NintendoLZ1, except 'bufferCopy' is big endian. Also known as LC_LZ2.

Members

Static functions

comp
ubyte[] comp(const(ubyte)[] input)
Undocumented in source. Be warned that the author may not have intended to support it.
decomp
ubyte[] decomp(ubyte[] input)
Undocumented in source. Be warned that the author may not have intended to support it.
decomp
ubyte[] decomp(T input, size_t compressedSize)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta