dsdecmp/CSharp/DSDecmp/Formats
2011-04-21 11:52:09 +00:00
..
Nitro 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
CompressionFormat.cs C#: Extended the generic Supports(Stream) method with the length of the input stream, since Overlay-LZ compresses from end to start. 2011-04-05 16:50:17 +00:00
LZOvl.cs C#: implemented the LZ-Overlay decompression in the new structure. (still untested again). 2011-04-21 11:52:09 +00:00