Home
last modified time | relevance | path

Searched defs:readNBytes (Results 1 – 2 of 2) sorted by relevance

/libcore/ojluni/src/main/java/java/io/
DInputStream.java119 public int readNBytes(byte[] b, int off, int len) in nullInputStream() method
127 public byte[] readNBytes(int len) throws IOException { in nullInputStream() method
381 public byte[] readNBytes(int len) throws IOException { in readNBytes() method
485 public int readNBytes(byte[] b, int off, int len) throws IOException { in readNBytes() method
DByteArrayInputStream.java197 public int readNBytes(byte[] b, int off, int len) { in readNBytes() method in ByteArrayInputStream