Method readBoolean()
Return type: boolean
Member of: java.io.ObjectInputStream
[api documentation ] [ main menu]

Examples of how the element is used (one line per example):
[add your own example]

1 setBreakpoint (ois.readBoolean ());
2 if (in.readBoolean()) {
3 mIsChanged = in.readBoolean();
4 if (in.readBoolean()) {
5 if (is.readBoolean()) {
6 mbAfterLast = in.readBoolean();
7 boolean unique = in.readBoolean();
8 anonymous = in.readBoolean();
9 boolean localFilesOn = in.readBoolean ();
10 if (in.readBoolean()) {
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.