Method flush()
Return type: void
Member of: java.io.OutputStream
[api documentation ] [ main menu]

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

1 fout.flush();
2 fout.flush();
3 getOutputStream().flush();
4 out.flush();
5 os.flush();
6 bsStream.flush();
7 _stream.flush();
8 out.flush();
9 os.flush();
10 ((OutputStream) itr.next()).flush();
11 baos.flush();
12 prStream.flush();
13 outStream.flush();
14 out.flush();
15 os.flush();
16 stream.flush();
17 out.flush();
18 fos.flush ();
19 os.flush();
20 _playerOut.flush();
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.