Home
last modified time | relevance | path

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

/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/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/okio/okio/src/test/java/okio/
DBufferedSourceTest.java361 @Test public void readByteString() throws IOException { in readByteString() method in BufferedSourceTest