Searched defs:readByteArray (Results 1 – 7 of 7) 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
189 bool SkValidatingReadBuffer::readByteArray(void* value, size_t size) { in readByteArray() function in SkValidatingReadBuffer
170 bool SkReadBuffer::readByteArray(void* value, size_t size) { in readByteArray() function in SkReadBuffer
349 @Test public void readByteArray() throws IOException { in readByteArray() method in BufferedSourceTest
522 public byte[] readByteArray() throws IOException { in readByteArray() method in CodedInputStream
386 public void readByteArray(byte[] val) { in readByteArray() method in ShadowParcel