Home
last modified time | relevance | path

Searched defs:peekByte (Results 1 – 3 of 3) sorted by relevance

/libcore/ojluni/src/main/java/sun/security/util/
DDerInputStream.java556 public int peekByte() throws IOException { in peekByte() method in DerInputStream
/libcore/luni/src/main/java/libcore/io/
DMemory.java153 public static native byte peekByte(long address); in peekByte() method in Memory
/libcore/ojluni/src/main/java/java/io/
DObjectInputStream.java2601 byte peekByte() throws IOException { in peekByte() method in ObjectInputStream.BlockDataInputStream