tags:

views:

42

answers:

1

Hi all,

How to compress and decompress a file in android using GZip. please provide with some reference , so that it would a great help for me.

Thanks in advance

+2  A: 

Check out GZIPInputStream and GZIPOutputStream.

mreichelt
Please provide me some realtime examples...
Nandagopal T
You need examples how to use streams ?
Alex Volovoy
Thanks for your great response friends, i found solution for my own post.
Nandagopal T
you can find the Code in the following link http://www.4shared.com/dir/EJvdLiZi/ZipandUnzip_-_Android.html
Nandagopal T