I request a web page that sends a Content-Encoding: gzip header, but got stuck how to read it..
My code:
try { URLConnec
There is a class for this: GZIPInputStream. It is an InputStream and so is very transparent to use.
InputStream