I want to compress data's which is stored in a stringbuffer. I am passing this string value from midlet to servlet using url so me having problem while sending long datas.
Kindly help me for the same.
Waiting for your reply.
I want to compress data's which is stored in a stringbuffer. I am passing this string value from midlet to servlet using url so me having problem while sending long datas.
Kindly help me for the same.
Waiting for your reply.
You can use pure java zlib compression in J2me and do it, the same can be decompressed on the server side using zlib uncompress.
thanks,
~Amitabh
i tried to use zlib but it give an error of "preverify result 1" something like this.
Please check that the zlib code you are using is complient to j2me and your target platform is CLDC 1.1.
thanks,
~Amitabh