D David Pendrey Jun 10, 2005 #1 Does anyone know of an open source project for in memory text/data compression in C# or VB.NET?
G Guest Jun 10, 2005 #3 Also look at http://www.codeproject.com/dotnet/mscompression.asp, which talks about how to use SharpZip to compress memorystreams.
Also look at http://www.codeproject.com/dotnet/mscompression.asp, which talks about how to use SharpZip to compress memorystreams.
C Cor Ligthert Jun 10, 2005 #4 David A complete sample provided to this newsgroup by Dennis http://groups-beta.google.com/group/microsoft.public.dotnet.languages.vb/msg/477ad5223aab7480?hl=en I hope this helps, Cor
David A complete sample provided to this newsgroup by Dennis http://groups-beta.google.com/group/microsoft.public.dotnet.languages.vb/msg/477ad5223aab7480?hl=en I hope this helps, Cor
D David Pendrey Jun 10, 2005 #5 Cor, I was thinking of something I can code entirely into my program so there isn't a need for external DLL files David
Cor, I was thinking of something I can code entirely into my program so there isn't a need for external DLL files David
D David Pendrey Jun 10, 2005 #6 Thanks Anand. This looks like the kind of thing I want. I'll check it out in detail now.
H Herfried K. Wagner [MVP] Jun 10, 2005 #7 David Pendrey said: I was thinking of something I can code entirely into my program so there isn't a need for external DLL files Click to expand... What's so bad with an external DLL?
David Pendrey said: I was thinking of something I can code entirely into my program so there isn't a need for external DLL files Click to expand... What's so bad with an external DLL?