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

/dalvik/libcore/luni/src/main/java/java/io/
H A DDataInput.java59 public abstract boolean readBoolean() throws IOException; method in interface:DataInput
H A DDataInputStream.java107 public final boolean readBoolean() throws IOException { method in class:DataInputStream
H A DRandomAccessFile.java383 public final boolean readBoolean() throws IOException { method in class:RandomAccessFile
883 * @see #readBoolean()
H A DObjectInputStream.java752 public boolean readBoolean() throws IOException { method in class:ObjectInputStream
753 return primitiveTypes.readBoolean();
1181 element.fieldValue = Boolean.valueOf(input.readBoolean());
1281 input.readBoolean());
1667 booleanArray[i] = input.readBoolean();
/dalvik/libcore/security/src/main/java/org/apache/harmony/security/asn1/
H A DDerInputStream.java92 * @see org.apache.harmony.security.asn1.BerInputStream#readBoolean()
94 public void readBoolean() throws IOException { method in class:DerInputStream
96 super.readBoolean();
H A DBerInputStream.java326 public void readBoolean() throws IOException { method in class:BerInputStream
/dalvik/libcore/sql/src/main/java/java/sql/
H A DSQLInput.java67 public boolean readBoolean() throws SQLException; method in interface:SQLInput

Completed in 82 milliseconds