Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/io/
DPushbackReader.java151 public void unread(int c) throws IOException { in unread() method in PushbackReader
174 public void unread(char cbuf[], int off, int len) throws IOException { in unread() method in PushbackReader
195 public void unread(char cbuf[]) throws IOException { in unread() method in PushbackReader
DPushbackInputStream.java206 public void unread(int b) throws IOException { in unread() method in PushbackInputStream
229 public void unread(byte[] b, int off, int len) throws IOException { in unread() method in PushbackInputStream
251 public void unread(byte[] b) throws IOException { in unread() method in PushbackInputStream
DObjectInputStream.java2542 private int unread = 0; field in ObjectInputStream.BlockDataInputStream
/libcore/ojluni/annotations/hiddenapi/java/io/
DObjectInputStream.java562 private int unread = 0; // 0x0 field in ObjectInputStream.BlockDataInputStream