/external/okio/okio/src/commonMain/kotlin/okio/ |
D | BufferedSource.kt | 239 fun readByteString(): ByteString method 242 fun readByteString(byteCount: Long): ByteString method
|
/external/okio/okio/src/nonJvmMain/kotlin/okio/ |
D | BufferedSource.kt | 47 actual fun readByteString(): ByteString method 49 actual fun readByteString(byteCount: Long): ByteString method
|
D | RealBufferedSource.kt | 60 override fun readByteString(): ByteString = commonReadByteString() method in okio.RealBufferedSource 61 override fun readByteString(byteCount: Long): ByteString = commonReadByteString(byteCount) method in okio.RealBufferedSource
|
D | Buffer.kt | 126 override fun readByteString(): ByteString = commonReadByteString() in <lambda>() method in okio.Buffer 128 override fun readByteString(byteCount: Long): ByteString = commonReadByteString(byteCount) in <lambda>() method in okio.Buffer
|
/external/okio/samples/src/jvmMain/kotlin/okio/samples/ |
D | Hashing.kt | 77 fun readByteString(file: File): ByteString { in <lambda>() method
|
/external/okio/okio/jvm/jmh/src/jmh/java/com/squareup/okio/benchmarks/ |
D | ReadByteStringBenchmark.java | 58 public void readByteString() throws IOException { in readByteString() method in ReadByteStringBenchmark
|
/external/okio/okio/src/jvmMain/kotlin/okio/ |
D | BufferedSource.kt | 74 actual fun readByteString(): ByteString method 77 actual fun readByteString(byteCount: Long): ByteString method
|
D | RealBufferedSource.kt | 70 override fun readByteString(): ByteString = commonReadByteString() in buffer() method in okio.RealBufferedSource 71 override fun readByteString(byteCount: Long): ByteString = commonReadByteString(byteCount) in buffer() method in okio.RealBufferedSource
|
D | Buffer.kt | 284 override fun readByteString(): ByteString = commonReadByteString() in <lambda>() method in okio.Buffer 287 override fun readByteString(byteCount: Long) = commonReadByteString(byteCount) in <lambda>() method in okio.Buffer
|
D | ByteString.kt | 263 fun InputStream.readByteString(byteCount: Int): ByteString { in getByte() method
|
/external/okhttp/repackaged/okio/okio/src/main/java/com/android/okhttp/okio/ |
D | BufferedSource.java | 100 ByteString readByteString() throws IOException; in readByteString() method 103 ByteString readByteString(long byteCount) throws IOException; in readByteString() method
|
D | RealBufferedSource.java | 82 @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/ |
D | BufferedSource.java | 98 ByteString readByteString() throws IOException; in readByteString() method 101 ByteString readByteString(long byteCount) throws IOException; in readByteString() method
|
D | RealBufferedSource.java | 81 @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/ |
D | NameValueBlockReader.java | 101 private ByteString readByteString() throws IOException { in readByteString() method in NameValueBlockReader
|
D | Hpack.java | 345 ByteString readByteString() throws IOException { in readByteString() method in Hpack.Reader
|
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/framed/ |
D | NameValueBlockReader.java | 100 private ByteString readByteString() throws IOException { in readByteString() method in NameValueBlockReader
|
D | Hpack.java | 344 ByteString readByteString() throws IOException { in readByteString() method in Hpack.Reader
|
/external/okio/samples/src/jvmMain/java/okio/samples/ |
D | Hashing.java | 73 public ByteString readByteString(File file) throws IOException { in readByteString() method in Hashing
|
/external/grpc-grpc-java/okhttp/third_party/okhttp/main/java/io/grpc/okhttp/internal/framed/ |
D | Hpack.java | 348 ByteString readByteString() throws IOException { in readByteString() method in Hpack.Reader
|
/external/okhttp/okio/okio/src/test/java/okio/ |
D | BufferedSourceTest.java | 361 @Test public void readByteString() throws IOException { in readByteString() method in BufferedSourceTest
|
/external/okio/okio/src/jvmTest/java/okio/ |
D | BufferedSourceTest.java | 554 @Test public void readByteString() throws IOException { in readByteString() method in BufferedSourceTest
|