Home
last modified time | relevance | path

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

/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/skia/src/core/
DSkValidatingReadBuffer.cpp189 bool SkValidatingReadBuffer::readByteArray(void* value, size_t size) { in readByteArray() function in SkValidatingReadBuffer
DSkReadBuffer.cpp170 bool SkReadBuffer::readByteArray(void* value, size_t size) { in readByteArray() function in SkReadBuffer
/external/okhttp/okio/okio/src/test/java/okio/
DBufferedSourceTest.java349 @Test public void readByteArray() throws IOException { in readByteArray() method in BufferedSourceTest
/external/protobuf/java/src/main/java/com/google/protobuf/
DCodedInputStream.java522 public byte[] readByteArray() throws IOException { in readByteArray() method in CodedInputStream
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowParcel.java386 public void readByteArray(byte[] val) { in readByteArray() method in ShadowParcel