Method close()
Return type: void
Member of:
java.io.RandomAccessFile
[
api documentation
] [
main menu
]
Examples of how the element is used
(one line per example):
[
add your own example
]
1
file.close(); // close the file
2
file.close();
3
fd.close();
4
raf.close();
5
file.close();
6
file.close();
7
dirRaf.close();
8
glom[i].close();
9
rf.close();
10
file.close();
11
ras.close();
12
randFile.close();
13
file.close();
14
_tempfile.close();
15
try { raf.close(); } catch(IOException ignored) {}
16
mRAF.close();
17
file.close();
18
((java.io.RandomAccessFile) in).close();
19
hashFile.close();
20
mboxFile.close();
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.