vote up -3 vote down star

I have created compression and decompression method in Symbian using GZIP. It works fine I have created compression and decompression method in java using GZIP. It works fine

But when I compress the data in symbian. I am unable to decompress the data in java. How to resolve this problem

Thanks Sunil

flag
2  
Symbian and Java both running on the same phone? What is the problem with the decompression? Might be worth checking for endian issues? – Mark Wilcox Jun 5 at 11:16
Please provide additional information about your implementations and how you transfer data between the two. – laalto Jun 5 at 11:16
I sent the data as byte[] and also recieves the same – Sunil Jun 5 at 12:48

Your Answer

Get an OpenID
or

Browse other questions tagged or ask your own question.