HomeSort by relevance Sort by last modified time
    Searched refs:GzipSource (Results 1 - 3 of 3) sorted by null

  /external/okhttp/okio/src/test/java/okio/
GzipSourceTest.java 158 BufferedSource gunzippedSource = Okio.buffer(new GzipSource(exhaustableSource));
173 BufferedSource gunzippedSource = Okio.buffer(new GzipSource(gzippedSource));
204 GzipSource source = new GzipSource(gzipped);
  /external/okhttp/okio/src/main/java/okio/
GzipSource.java 23 public final class GzipSource implements Source {
56 public GzipSource(Source source) throws IOException {
85 // the end of a GzipSource you guarantee that the CRC has been checked.
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
HttpEngine.java 45 import okio.GzipSource;
490 responseBody = new GzipSource(transferSource);

Completed in 64 milliseconds