dsdecmp/CSharp/DSDecmp/Utils
2011-05-14 16:00:50 +00:00
..
IOUtils.cs C#: removed the BitConverter reference in the Huffman decompressor, and replaced the call with one to a local utility method (to be sure that the byte*->u32 conversion always uses the correct endianness. 2011-04-07 13:51:09 +00:00
LZUtil.cs C#: implemented the LZ-11 compression algorithms (the 'original' and the 'optimal' algorithms). 2011-05-14 16:00:50 +00:00