Any C# Compression Code

  • Thread starter Thread starter Q. John Chen
  • Start date Start date
Q

Q. John Chen

I am doing the same thing as the zip. But my data is already in the
memory as byte[]. I like to compress it before I upload it to the
database.

I downloaded SharpZipLib, but I don't need the complete set. I may have
to look at code and get what I want.

Any other source or reference?

Thanks

John
 
Q. John Chen said:
I am doing the same thing as the zip. But my data is already in the
memory as byte[]. I like to compress it before I upload it to the
database.

I downloaded SharpZipLib, but I don't need the complete set. I may have
to look at code and get what I want.

Any other source or reference?

SharpZipLib isn't exactly huge - why not just take it as it is?
 
Back
Top