Home
last modified time | relevance | path

Searched defs:readByteString (Results 1 – 10 of 10) sorted by relevance

/external/okhttp/repackaged/okio/okio/src/main/java/com/android/okhttp/okio/
DBufferedSource.java100 ByteString readByteString() throws IOException; in readByteString() method
103 ByteString readByteString(long byteCount) throws IOException; in readByteString() method
DRealBufferedSource.java82 @Override public ByteString readByteString() throws IOException { in readByteString() method in RealBufferedSource
87 @Override public ByteString readByteString(long byteCount) throws IOException { in readByteString() method in RealBufferedSource
/external/okhttp/okio/okio/src/main/java/okio/
DBufferedSource.java98 ByteString readByteString() throws IOException; in readByteString() method
101 ByteString readByteString(long byteCount) throws IOException; in readByteString() method
DRealBufferedSource.java81 @Override public ByteString readByteString() throws IOException { in readByteString() method in RealBufferedSource
86 @Override public ByteString readByteString(long byteCount) throws IOException { in readByteString() method in RealBufferedSource
/external/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/internal/framed/
DNameValueBlockReader.java101 private ByteString readByteString() throws IOException { in readByteString() method in NameValueBlockReader
DHpack.java345 ByteString readByteString() throws IOException { in readByteString() method in Hpack.Reader
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/framed/
DNameValueBlockReader.java100 private ByteString readByteString() throws IOException { in readByteString() method in NameValueBlockReader
DHpack.java344 ByteString readByteString() throws IOException { in readByteString() method in Hpack.Reader
/external/grpc-grpc-java/okhttp/third_party/okhttp/main/java/io/grpc/okhttp/internal/framed/
DHpack.java348 ByteString readByteString() throws IOException { in readByteString() method in Hpack.Reader
/external/okhttp/okio/okio/src/test/java/okio/
DBufferedSourceTest.java361 @Test public void readByteString() throws IOException { in readByteString() method in BufferedSourceTest