Method writeInt(int 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 oos.writeInt(1);
2 out.writeInt(1);
3 out.writeInt(1);
4 out.writeInt(_data.length);
5 out.writeInt(_data.length);
6 objectoutputstream.writeInt(_size);
7 out.writeInt(ids.size());
8 out.writeInt(_size);
9 out.writeInt(miRowStatus);
10 s.writeInt(identityTable.getNextId());
11 objectoutputstream.writeInt(table.length);
12 oos.writeInt (getRefreshTime ());
13 s.writeInt(fileDialogMode);
14 stream.writeInt(savelist.size());
15 out.writeInt(array.length);
16 out.writeInt(state);
17 oos.writeInt( getChildCount() );
18 oos.writeInt(message.length);
19 s.writeInt(table.length);
20 out.writeInt(primitiveType);
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.