Searched refs:GzipSource (Results 1 – 4 of 4) sorted by relevance
158 BufferedSource gunzippedSource = Okio.buffer(new GzipSource(exhaustableSource)); in gunzipExhaustsSource()173 BufferedSource gunzippedSource = Okio.buffer(new GzipSource(gzippedSource)); in gunzipThrowsIfSourceIsNotExhausted()204 GzipSource source = new GzipSource(gzipped); in gunzip()
55 GzipSource source = new GzipSource(gzipped); in gunzip()
27 public final class GzipSource implements Source { class60 public GzipSource(Source source) { in GzipSource() method in GzipSource
55 import okio.GzipSource;645 GzipSource responseBody = new GzipSource(response.body().source()); in unzip()