Searched defs:readBoolean (Results 1 - 7 of 7) sorted by relevance

/libcore/ojluni/src/main/java/java/io/
H A DDataInput.java319 boolean readBoolean() throws IOException; method in interface:DataInput
H A DDataInputStream.java228 * See the general contract of the <code>readBoolean</code>
241 public final boolean readBoolean() throws IOException { method in class:DataInputStream
H A DRandomAccessFile.java651 public final boolean readBoolean() throws IOException { method in class:RandomAccessFile
H A DObjectInputStream.java905 public boolean readBoolean() throws IOException { method in class:ObjectInputStream
906 return bin.readBoolean();
2761 public boolean readBoolean() throws IOException { method in class:ObjectInputStream.BlockDataInputStream
2894 v[off++] = din.readBoolean();
/libcore/ojluni/src/main/java/java/sql/
H A DSQLInput.java87 boolean readBoolean() throws SQLException; method in interface:SQLInput
/libcore/dex/src/main/java/com/android/dex/
H A DEncodedValueReader.java211 public boolean readBoolean() { method in class:EncodedValueReader
274 readBoolean();
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
H A DDataInputStreamTest.java79 * java.io.DataInputStream#readBoolean()
85 assertTrue("Incorrect boolean written", dis.readBoolean());
466 public boolean readBoolean() throws IOException { method in class:DataInputStreamTest.TestDataInputStream

Completed in 181 milliseconds