![]() |
Method getFD()
Return type: java.io.FileDescriptor
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.getFD().sync(); |
| 2 | file.getFD().sync(); |
| 3 | this.in = new FileInputStream(raf.getFD()); |
| 4 | mRAF.getFD().sync(); |
| 5 | out.getFD().sync(); |
| 6 | FileWriter fw = new FileWriter(logFile.getFD()); |