Method close()
Return type: void
Member of:
java.io.FileOutputStream
[
api documentation
] [
main menu
]
Examples of how the element is used
(one line per example):
[
add your own example
]
1
fout.close();
2
fout.close();
3
fileStream.close();
4
f.close();
5
fos.close();
6
stream.close();
7
fos.close();
8
stream.close();
9
DestinationFile.close();
10
fo.close ();
11
f_out.close();
12
fos.close();
13
if (fos != null) fos.close();
14
try { out.close(); } catch (Exception e) {}
15
os.close();
16
fos.close();
17
ostream.close();
18
out.close();
19
ostream.close();
20
fos.close();
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.