Method writeBoolean(boolean val)
Return type: void
Member of:
java.io.ObjectOutputStream
[
api documentation
] [
main menu
]
Examples of how the element is used
(one line per example):
[
add your own example
]
1
out.writeBoolean(false);
2
out.writeBoolean (true/*cache.isLocalFilesAdd ()*/); // for compatibility
3
os.writeBoolean(true);
4
out.writeBoolean(false);
5
out.writeBoolean(false);
6
oos.writeBoolean (breakpoint);
7
out.writeBoolean(mIsChanged);
8
out.writeBoolean(anonymous);
9
stream.writeBoolean (revoked);
10
out.writeBoolean(index.isUnique());
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.