Introduction - If you have any usage issues, please Google them yourself
The LZW compression class i mplemented as a fixed length code which you can specify, the huffman algorithm implementation encodes a byte into a variable length bit array. Both of them can work with streams
Packet : 105230337lzwnhuffman.zip filelist
Compression.cs
Heap.cs
HuffmanCompression.cs
ICompression.cs
LZWCompression.cs