Searched defs:peekByte (Results 1 – 3 of 3) sorted by relevance
/libcore/ojluni/src/main/java/sun/security/util/ | ||
D | DerInputStream.java | 556 public int peekByte() throws IOException { in peekByte() method in DerInputStream |
/libcore/luni/src/main/java/libcore/io/ | ||
D | Memory.java | 153 public static native byte peekByte(long address); in peekByte() method in Memory |
/libcore/ojluni/src/main/java/java/io/ | ||
D | ObjectInputStream.java | 2601 byte peekByte() throws IOException { in peekByte() method in ObjectInputStream.BlockDataInputStream |