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.java124 public int readNBytes(byte[] b, int off, int len) in nullInputStream() method
132 public byte[] readNBytes(int len) throws IOException { in nullInputStream() method
394 public byte[] readNBytes(int len) throws IOException { in readNBytes() method
501 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