HomeSort by relevance Sort by last modified time
    Searched defs:inflaterSource (Results 1 - 4 of 4) sorted by null

  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/framed/
NameValueBlockReader.java 27 import okio.InflaterSource;
39 private final InflaterSource inflaterSource;
42 * How many compressed bytes must be read into inflaterSource before
77 this.inflaterSource = new InflaterSource(throttleSource, inflater);
78 this.source = Okio.buffer(inflaterSource);
110 inflaterSource.refill();
  /external/okhttp/okio/okio/src/main/java/okio/
GzipSource.java 43 * 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);
80 long result = inflaterSource.read(sink, byteCount);
182 inflaterSource.close();
  /prebuilts/tools/common/m2/repository/com/squareup/okio/okio/1.6.0/
okio-1.6.0.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/okhttp/okhttp/2.5.0/
okhttp-2.5.0.jar 

Completed in 221 milliseconds