Searched defs:readByteArray (Results 1 – 10 of 10) sorted by relevance
104 byte[] readByteArray() throws IOException; in readByteArray() method107 byte[] readByteArray(long byteCount) throws IOException; in readByteArray() method
91 @Override public byte[] readByteArray() throws IOException { in readByteArray() method in RealBufferedSource96 @Override public byte[] readByteArray(long byteCount) throws IOException { in readByteArray() method in RealBufferedSource
168 bool SkReadBuffer::readByteArray(void* value, size_t size) { in readByteArray() function in SkReadBuffer
189 bool SkValidatingReadBuffer::readByteArray(void* value, size_t size) { in readByteArray() function in SkValidatingReadBuffer
345 @Test public void readByteArray() throws IOException { in readByteArray() method in BufferedSourceTest
55 public byte[] readByteArray(String name, byte[] defVal) throws IOException; in readByteArray() method
303 public byte[] readByteArray(String name, byte[] defVal) throws IOException { in readByteArray() method in BinaryInputCapsule760 protected byte[] readByteArray(byte[] content) throws IOException { in readByteArray() method in BinaryInputCapsule
522 public byte[] readByteArray() throws IOException { in readByteArray() method in CodedInputStream
386 public void readByteArray(byte[] val) { in readByteArray() method in ShadowParcel
141 public byte[] readByteArray(String name, byte[] defVal) throws IOException { in readByteArray() method in DOMInputCapsule