Method close()
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
m_OutputStream.close();
2
m_OutputStream.close();
3
prStream.close();
4
os.close();
5
this.targetStream.close();
6
fOutputStream.close();
7
((OutputStream) itr.next()).close();
8
if (p.getOutputStream()!=null) p.getOutputStream().close();
9
os.close();
10
out.close();
11
try { write (out); } finally { out.close (); }
12
try { write (out); } finally { out.close (); }
13
os.close();
14
out.close();
15
mOut.close();
16
bsStream.close();
17
outlog.close();
18
try { blobout.close(); } catch(Exception e) { }
19
_playerOut.close();
20
outputStream.close();
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.