Searched defs:readByteArray (Results 1 – 13 of 13) 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
106 byte[] readByteArray() throws IOException; in readByteArray() method109 byte[] readByteArray(long byteCount) throws IOException; in readByteArray() method
92 @Override public byte[] readByteArray() throws IOException { in readByteArray() method in RealBufferedSource97 @Override public byte[] readByteArray(long byteCount) throws IOException { in readByteArray() method in RealBufferedSource
109 @Override public void readByteArray(byte[] dst, int dstOffset, int byteCount) { in readByteArray() method in ShadowMemoryMappedFile.RoboBufferIterator
527 public byte[] readByteArray() { in readByteArray() method in ShadowParcel.ByteBuffer542 public boolean readByteArray(byte[] dest, int destLen) { in readByteArray() method in ShadowParcel.ByteBuffer
349 @Test public void readByteArray() throws IOException { in readByteArray() method in BufferedSourceTest
230 bool SkReadBuffer::readByteArray(void* value, size_t size) { in readByteArray() function in SkReadBuffer
316 bool readByteArray (void*, size_t) { return false; } in readByteArray() function
573 byte[] readByteArray(int length) { in readByteArray() method in PacketStream
524 public byte[] readByteArray() throws IOException { in readByteArray() method in CodedInputStream