Searched refs:InflaterSource (Results 1 - 4 of 4) sorted by relevance

/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/spdy/
H A DNameValueBlockReader.java27 import okio.InflaterSource;
39 private final InflaterSource inflaterSource;
77 this.inflaterSource = new InflaterSource(throttleSource, inflater);
/external/okhttp/okio/okio/src/main/java/okio/
H A DInflaterSource.java27 public final class InflaterSource implements Source { class in inherits:Source
39 public InflaterSource(Source source, Inflater inflater) { method in class:InflaterSource
48 InflaterSource(BufferedSource source, Inflater inflater) { method in class:InflaterSource
H A DGzipSource.java43 * by deflated bytes (which we consume via an InflaterSource), followed by a
55 private final InflaterSource inflaterSource;
64 this.inflaterSource = new InflaterSource(this.source, inflater);
/external/okhttp/okio/okio/src/test/java/okio/
H A DInflaterSourceTest.java83 InflaterSource source = new InflaterSource(deflated, new Inflater());
107 InflaterSource source = new InflaterSource(deflated, new Inflater());

Completed in 141 milliseconds