m.kupriyanov
URLConnection connection = url.openConnection();InputStream stream = connection.getInputStream();if ("gzip".equals(connection.getContentEncoding())) {stream = new GZIPInputStream(stream));}
No comments:
Post a Comment