NdsCompression
object NdsCompression
Auto-detects and dispatches Nintendo DS compression formats based on the magic byte.
Supported formats and their magic bytes:
0x10→ LzssCodec (LZ10 / LZSS)0x11→ Lz11Codec (LZ11 / LZX)0x24→ HuffmanCodec (Huffman 4-bit)0x28→ HuffmanCodec (Huffman 8-bit)0x30→ RleCodec (Run-Length Encoding)
Note: BlzCodec (Bottom-LZ) has no magic byte and must be invoked directly.