Searched defs:readByteString (Results 1 – 10 of 10) sorted by relevance
100 ByteString readByteString() throws IOException; in readByteString() method103 ByteString readByteString(long byteCount) throws IOException; in readByteString() method
82 @Override public ByteString readByteString() throws IOException { in readByteString() method in RealBufferedSource87 @Override public ByteString readByteString(long byteCount) throws IOException { in readByteString() method in RealBufferedSource
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
101 private ByteString readByteString() throws IOException { in readByteString() method in NameValueBlockReader
345 ByteString readByteString() throws IOException { in readByteString() method in Hpack.Reader
100 private ByteString readByteString() throws IOException { in readByteString() method in NameValueBlockReader
344 ByteString readByteString() throws IOException { in readByteString() method in Hpack.Reader
348 ByteString readByteString() throws IOException { in readByteString() method in Hpack.Reader
361 @Test public void readByteString() throws IOException { in readByteString() method in BufferedSourceTest