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

  /packages/apps/Email/src/com/android/email/
FixedLengthInputStream.java 27 public class FixedLengthInputStream extends InputStream {
32 public FixedLengthInputStream(InputStream in, int length) {
78 return String.format("FixedLengthInputStream(in=%s, length=%d)", mIn.toString(), mLength);
  /external/okhttp/src/main/java/com/squareup/okhttp/internal/http/
HttpTransport.java 202 return new FixedLengthInputStream(socketIn, cacheRequest, httpEngine, 0);
210 return new FixedLengthInputStream(socketIn, cacheRequest, httpEngine,
368 private static class FixedLengthInputStream extends AbstractHttpInputStream {
371 public FixedLengthInputStream(InputStream is, CacheRequest cacheRequest, HttpEngine httpEngine,

Completed in 54 milliseconds