Home
last modified time | relevance | path

Searched defs:readByteArray (Results 1 – 25 of 31) sorted by relevance

12

/external/okio/okio/src/commonMain/kotlin/okio/
DBufferedSource.kt312 fun readByteArray(): ByteArray method
315 fun readByteArray(byteCount: Long): ByteArray method
DRealBufferedSource.kt43 override fun readByteArray(): ByteArray method
44 override fun readByteArray(byteCount: Long): ByteArray method
DBuffer.kt131 override fun readByteArray(): ByteArray in copyTo() method in okio.Buffer
132 override fun readByteArray(byteCount: Long): ByteArray in copyTo() method in okio.Buffer
/external/okio/okio/src/nonJvmMain/kotlin/okio/
DBufferedSource.kt55 actual fun readByteArray(): ByteArray method
57 actual fun readByteArray(byteCount: Long): ByteArray method
DRealBufferedSource.kt64 actual override fun readByteArray(): ByteArray = commonReadByteArray() method in okio.RealBufferedSource
65 actual override fun readByteArray(byteCount: Long): ByteArray = commonReadByteArray(byteCount) method in okio.RealBufferedSource
DBuffer.kt150 actual override fun readByteArray(): ByteArray = commonReadByteArray() in <lambda>() method in okio.Buffer
152 actual override fun readByteArray(byteCount: Long): ByteArray = commonReadByteArray(byteCount) in <lambda>() method in okio.Buffer
/external/okio/okio/src/jvmMain/kotlin/okio/
DBufferedSource.kt86 actual fun readByteArray(): ByteArray method
89 actual fun readByteArray(byteCount: Long): ByteArray method
DRealBufferedSource.kt76 actual override fun readByteArray(): ByteArray = commonReadByteArray() in buffer() method in okio.RealBufferedSource
77 actual override fun readByteArray(byteCount: Long): ByteArray = commonReadByteArray(byteCount) in buffer() method in okio.RealBufferedSource
DBuffer.kt342 actual override fun readByteArray() = commonReadByteArray() in <lambda>() method in okio.Buffer
345 actual override fun readByteArray(byteCount: Long): ByteArray = commonReadByteArray(byteCount) in <lambda>() method in okio.Buffer
/external/okhttp/repackaged/okio/okio/src/main/java/com/android/okhttp/okio/
DBufferedSource.java106 byte[] readByteArray() throws IOException; in readByteArray() method
109 byte[] readByteArray(long byteCount) throws IOException; in readByteArray() method
DRealBufferedSource.java92 @Override public byte[] readByteArray() throws IOException { in readByteArray() method in RealBufferedSource
97 @Override public byte[] readByteArray(long byteCount) throws IOException { in readByteArray() method in RealBufferedSource
/external/okhttp/okio/okio/src/main/java/okio/
DBufferedSource.java104 byte[] readByteArray() throws IOException; in readByteArray() method
107 byte[] readByteArray(long byteCount) throws IOException; in readByteArray() method
DRealBufferedSource.java91 @Override public byte[] readByteArray() throws IOException { in readByteArray() method in RealBufferedSource
96 @Override public byte[] readByteArray(long byteCount) throws IOException { in readByteArray() method in RealBufferedSource
/external/icu/android_icu4j/libcore_bridge/src/java/com/android/i18n/timezone/internal/
DBufferIterator.java48 public abstract void readByteArray(byte[] bytes, int arrayOffset, int byteCount); in readByteArray() method in BufferIterator
DByteBufferIterator.java50 public void readByteArray(byte[] bytes, int arrayOffset, int byteCount) { in readByteArray() method in ByteBufferIterator
DNioBufferIterator.java69 public void readByteArray(byte[] bytes, int arrayOffset, int byteCount) { in readByteArray() method in NioBufferIterator
/external/okio/okio-wasifilesystem/src/wasmWasiMain/kotlin/okio/internal/
DWasi.kt43 private fun Pointer.readByteArray(byteCount: Int): ByteArray { in readByteArray() method
/external/kotlinx.serialization/formats/protobuf/commonMain/src/kotlinx/serialization/protobuf/internal/
DProtobufReader.kt73 fun readByteArray(): ByteArray { in readByteArray() method in kotlinx.serialization.protobuf.internal.ProtobufReader
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowMemoryMappedFile.java99 public void readByteArray(byte[] dst, int dstOffset, int byteCount) { in readByteArray() method in ShadowMemoryMappedFile.RoboBufferIterator
DShadowMemoryMappedFileS.java101 public void readByteArray(byte[] dst, int dstOffset, int byteCount) { in readByteArray() method in ShadowMemoryMappedFileS.RoboBufferIterator
/external/okhttp/okio/okio/src/test/java/okio/
DBufferedSourceTest.java349 @Test public void readByteArray() throws IOException { in readByteArray() method in BufferedSourceTest
/external/cronet/stable/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DCodedInputStream.java334 public abstract byte[] readByteArray() throws IOException; in readByteArray() method in CodedInputStream
920 public byte[] readByteArray() throws IOException { in readByteArray() method in CodedInputStream.ArrayDecoder
1646 public byte[] readByteArray() throws IOException { in readByteArray() method in CodedInputStream.UnsafeDirectNioDecoder
2436 public byte[] readByteArray() throws IOException { in readByteArray() method in CodedInputStream.StreamDecoder
3561 public byte[] readByteArray() throws IOException { in readByteArray() method in CodedInputStream.IterableDirectByteBufferDecoder
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DCodedInputStream.java334 public abstract byte[] readByteArray() throws IOException; in readByteArray() method in CodedInputStream
920 public byte[] readByteArray() throws IOException { in readByteArray() method in CodedInputStream.ArrayDecoder
1646 public byte[] readByteArray() throws IOException { in readByteArray() method in CodedInputStream.UnsafeDirectNioDecoder
2436 public byte[] readByteArray() throws IOException { in readByteArray() method in CodedInputStream.StreamDecoder
3561 public byte[] readByteArray() throws IOException { in readByteArray() method in CodedInputStream.IterableDirectByteBufferDecoder
/external/cronet/tot/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DCodedInputStream.java334 public abstract byte[] readByteArray() throws IOException; in readByteArray() method in CodedInputStream
920 public byte[] readByteArray() throws IOException { in readByteArray() method in CodedInputStream.ArrayDecoder
1646 public byte[] readByteArray() throws IOException { in readByteArray() method in CodedInputStream.UnsafeDirectNioDecoder
2436 public byte[] readByteArray() throws IOException { in readByteArray() method in CodedInputStream.StreamDecoder
3561 public byte[] readByteArray() throws IOException { in readByteArray() method in CodedInputStream.IterableDirectByteBufferDecoder
/external/oj-libjdwp/src/share/classes/com/sun/tools/jdi/
DPacketStream.java573 byte[] readByteArray(int length) { in readByteArray() method in PacketStream

12