How do I take a string and use something like GZIPOutputStream to gzip the string and then output the zipped content as a string.
My intention is to transfer the zipped content as a post variable through HTTP.
|
How do I take a string and use something like GZIPOutputStream to gzip the string and then output the zipped content as a string. My intention is to transfer the zipped content as a post variable through HTTP. |
|||||||
|
|
The steps are actually pretty simple:
The server will perform essentially the reverse of these operations. |
|||
|
|