I\'m running into a strange problem while reading from an InputStream on the Android platform. I\'m not sure if this is an Android specific issue, or something I\'
You can compress the file for yourself with GZIP and unpack it with GZIPInputStream class.
http://developer.android.com/reference/java/util/zip/GZIPInputStream.html