Home
last modified time | relevance | path

Searched defs:readByteArray (Results 1 – 10 of 10) 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/
DSkReadBuffer.cpp168 bool SkReadBuffer::readByteArray(void* value, size_t size) { in readByteArray() function in SkReadBuffer
DSkValidatingReadBuffer.cpp189 bool SkValidatingReadBuffer::readByteArray(void* value, size_t size) { in readByteArray() function in SkValidatingReadBuffer
/external/okhttp/okio/okio/src/test/java/okio/
DBufferedSourceTest.java345 @Test public void readByteArray() throws IOException { in readByteArray() method in BufferedSourceTest
/external/jmonkeyengine/engine/src/core/com/jme3/export/
DInputCapsule.java55 public byte[] readByteArray(String name, byte[] defVal) throws IOException; in readByteArray() method
/external/jmonkeyengine/engine/src/core-plugins/com/jme3/export/binary/
DBinaryInputCapsule.java303 public byte[] readByteArray(String name, byte[] defVal) throws IOException { in readByteArray() method in BinaryInputCapsule
760 protected byte[] readByteArray(byte[] content) throws IOException { in readByteArray() method in BinaryInputCapsule
/external/protobuf/java/src/main/java/com/google/protobuf/
DCodedInputStream.java522 public byte[] readByteArray() throws IOException { in readByteArray() method in CodedInputStream
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowParcel.java386 public void readByteArray(byte[] val) { in readByteArray() method in ShadowParcel
/external/jmonkeyengine/engine/src/xml/com/jme3/export/xml/
DDOMInputCapsule.java141 public byte[] readByteArray(String name, byte[] defVal) throws IOException { in readByteArray() method in DOMInputCapsule