Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/java/io/
DPushbackInputStream.java253 public void unread(byte[] buffer) throws IOException { in unread() method in PushbackInputStream
283 public void unread(byte[] buffer, int offset, int length) throws IOException { in unread() method in PushbackInputStream
311 public void unread(int oneByte) throws IOException { in unread() method in PushbackInputStream
DPushbackReader.java270 public void unread(char[] buffer) throws IOException { in unread() method in PushbackReader
304 public void unread(char[] buffer, int offset, int length) throws IOException { in unread() method in PushbackReader
331 public void unread(int oneChar) throws IOException { in unread() method in PushbackReader