Method flush()
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 o.flush();
2 so.flush();
3 out.flush();
4 oos.flush();
5 oos.flush();
6 stream.flush();
7 out.flush();
8 oos.flush();
9 o.flush();
10 out.flush();
11 out.flush();
12 p.flush();
13 objectStream.flush();
14 oos.flush();
15 objectOutputStream.flush();
16 _objOutStr.flush();
17 out.flush();
18 out.flush();
19 oos.flush();
20 oos.flush();
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.