barubary
|
99366a7a9a
|
C#: made a start on the Huffman compression algorithm; the Huffman tree for 8-bit datablocks is now created.
|
2011-05-14 21:35:12 +00:00 |
|
barubary
|
b8d11b3e9d
|
C#: implemented the LZ-11 compression algorithms (the 'original' and the 'optimal' algorithms).
|
2011-05-14 16:00:50 +00:00 |
|
barubary
|
468e2e645e
|
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 |
|