Home
last modified time | relevance | path

Searched defs:readBoolean (Results 1 – 8 of 8) sorted by relevance

/libcore/ojluni/src/main/java/java/io/
DDataInput.java288 boolean readBoolean() throws IOException; in readBoolean() method
DDataInputStream.java249 public final boolean readBoolean() throws IOException { in readBoolean() method in DataInputStream
DRandomAccessFile.java747 public final boolean readBoolean() throws IOException { in readBoolean() method in RandomAccessFile
DObjectInputStream.java964 public boolean readBoolean() throws IOException { in readBoolean() method in ObjectInputStream
3130 public boolean readBoolean() throws IOException { in readBoolean() method in ObjectInputStream.BlockDataInputStream
/libcore/ojluni/src/main/java/java/sql/
DSQLInput.java87 boolean readBoolean() throws SQLException; in readBoolean() method
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
DDataInputStreamTest.java467 public boolean readBoolean() throws IOException { in readBoolean() method in DataInputStreamTest.TestDataInputStream
/libcore/ojluni/annotations/hiddenapi/java/io/
DRandomAccessFile.java120 public final boolean readBoolean() throws java.io.IOException { in readBoolean() method in RandomAccessFile
DObjectInputStream.java115 public boolean readBoolean() throws java.io.IOException { in readBoolean() method in ObjectInputStream
420 public boolean readBoolean() throws java.io.IOException { in readBoolean() method in ObjectInputStream.BlockDataInputStream