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

  /external/okhttp/okhttp-hpacktests/src/test/java/com/squareup/okhttp/internal/spdy/
HpackRoundTripTest.java 57 caze.setWire(bytesOut.readByteString());
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/framed/
NameValueBlockReader.java 90 ByteString name = readByteString().toAsciiLowercase();
91 ByteString values = readByteString();
100 private ByteString readByteString() throws IOException {
102 return source.readByteString(length);
Hpack.java 246 ByteString value = readByteString();
251 ByteString name = checkLowercase(readByteString());
252 ByteString value = readByteString();
259 ByteString value = readByteString();
264 ByteString name = checkLowercase(readByteString());
265 ByteString value = readByteString();
344 ByteString readByteString() throws IOException {
352 return source.readByteString(length);
  /external/okhttp/okio/okio/src/main/java/okio/
BufferedSource.java 98 ByteString readByteString() throws IOException;
101 ByteString readByteString(long byteCount) throws IOException;
RealBufferedSource.java 81 @Override public ByteString readByteString() throws IOException {
83 return buffer.readByteString();
86 @Override public ByteString readByteString(long byteCount) throws IOException {
88 return buffer.readByteString(byteCount);
201 + " content=" + data.readByteString().hex() + "...");
  /external/okhttp/okio/okio/src/test/java/okio/
Utf8Test.java 200 assertEquals(buffer.readByteString(), ByteString.decodeHex(hex));
219 ByteString actualUtf8 = new Buffer().writeUtf8(string).readByteString();
BufferedSourceTest.java 361 @Test public void readByteString() throws IOException {
363 assertEquals("abcd" + repeat('e', Segment.SIZE), source.readByteString().utf8());
368 assertEquals("abc", source.readByteString(3).utf8());
  /prebuilts/tools/common/m2/repository/com/squareup/okio/okio/1.6.0/
okio-1.6.0.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/okio/okio/1.8.0/
okio-1.8.0.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/okio/okio/1.9.0/
okio-1.9.0.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/okhttp/okhttp/2.5.0/
okhttp-2.5.0.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/okhttp/okhttp/2.7.2/
okhttp-2.7.2.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/okhttp3/okhttp/3.3.0/
okhttp-3.3.0.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/okhttp3/okhttp/3.4.1/
okhttp-3.4.1.jar 
  /prebuilts/tools/common/m2/repository/io/grpc/grpc-okhttp/0.13.2/
grpc-okhttp-0.13.2.jar 
  /prebuilts/tools/common/m2/repository/io/grpc/grpc-okhttp/1.0.1/
grpc-okhttp-1.0.1.jar 
  /prebuilts/tools/common/m2/repository/io/grpc/grpc-okhttp/1.0.3/
grpc-okhttp-1.0.3.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/okhttp/okhttp/2.7.4/
okhttp-2.7.4.jar 
  /prebuilts/tools/common/m2/repository/com/koushikdutta/async/androidasync/2.1.3/
androidasync-2.1.3.jar 
  /prebuilts/tools/common/m2/repository/io/grpc/grpc-all/0.13.2/
grpc-all-0.13.2.jar 
  /prebuilts/jdk/jdk8/darwin-x86/lib/
sa-jdi.jar 
  /prebuilts/jdk/jdk8/linux-x86/lib/
sa-jdi.jar 

Completed in 141 milliseconds