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

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

1 logPrintStream.close();
2 out.close();
3 out.close();
4 findStream().close();
5 errorLog.close();
6 ps.close();
7 m_output.close();
8 ps.close();
9 out.close();
10 out.close();
11 logStream.close();
12 out.close();
13 out.close();
14 stream.close();
15 prt.close();
16 out.close();
17 out.close();
18 s.close();
19 ps.close();
20 err.close();
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.