Searched defs:readByteString (Results 1 – 5 of 5) sorted by relevance
100 private ByteString readByteString() throws IOException { in readByteString() method in NameValueBlockReader
344 ByteString readByteString() throws IOException { in readByteString() method in Hpack.Reader
98 ByteString readByteString() throws IOException; in readByteString() method101 ByteString readByteString(long byteCount) throws IOException; in readByteString() method
81 @Override public ByteString readByteString() throws IOException { in readByteString() method in RealBufferedSource86 @Override public ByteString readByteString(long byteCount) throws IOException { in readByteString() method in RealBufferedSource
361 @Test public void readByteString() throws IOException { in readByteString() method in BufferedSourceTest