Home
last modified time | relevance | path

Searched refs:FixedLengthSource (Results 1 – 1 of 1) sorted by relevance

/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
DHttp1xStream.java238 return new FixedLengthSource(length); in newFixedLengthSource()
378 private class FixedLengthSource extends AbstractSource { class in Http1xStream
381 public FixedLengthSource(long length) throws IOException { in FixedLengthSource() method in Http1xStream.FixedLengthSource