Searched defs:writeBoolean (Results 1 - 5 of 5) sorted by relevance

/libcore/luni/src/main/java/java/io/
H A DDataOutput.java78 public abstract void writeBoolean(boolean val) throws IOException; method in interface:DataOutput
H A DDataOutputStream.java127 public final void writeBoolean(boolean val) throws IOException { method in class:DataOutputStream
H A DRandomAccessFile.java303 * @see #writeBoolean(boolean)
323 * @see #writeBoolean(boolean)
724 public final void writeBoolean(boolean val) throws IOException { method in class:RandomAccessFile
H A DObjectOutputStream.java672 public void writeBoolean(boolean value) throws IOException { method in class:ObjectOutputStream
674 primitiveTypes.writeBoolean(value);
917 output.writeBoolean(fieldValue != null ? ((Boolean) fieldValue).booleanValue() : false);
972 output.writeBoolean(field.getBoolean(obj));
1173 output.writeBoolean(booleanArray[i]);
/libcore/luni/src/main/java/java/sql/
H A DSQLOutput.java61 public void writeBoolean(boolean theFlag) throws SQLException; method in interface:SQLOutput

Completed in 106 milliseconds