J
JustMe
Hi:
I'm sure this is very simple, but I can't figure it out.
I have a string value in vb.net that I want to 'compress' before
sending it over a socket connection.
How can I do this using SharpZipLib without saving the string to a
file? Is this possible?
Basically I want to do something like this:
strOld = "Long series of characters ... "
strCompressed = Compress(strOld)
Any help would be greatly appreciated.
--Terry
I'm sure this is very simple, but I can't figure it out.
I have a string value in vb.net that I want to 'compress' before
sending it over a socket connection.
How can I do this using SharpZipLib without saving the string to a
file? Is this possible?
Basically I want to do something like this:
strOld = "Long series of characters ... "
strCompressed = Compress(strOld)
Any help would be greatly appreciated.
--Terry