> Can someone post me code to decompress a byte array in vb.net please.
As I said before, compression and decompression work together. You have to
know how the data was compressed before you can decompress it.
The application attached is one of our samples, it shows how to compress and
decompress data into strings, arrays, and streams. I hope it's useful.