IOException while reading from InputStream

前端 未结 4 1448
孤独总比滥情好
孤独总比滥情好 2020-12-06 02:11

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\'

4条回答
  •  借酒劲吻你
    2020-12-06 02:45

    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

提交回复
热议问题