Returns the File backing this HeapFile on disk. @return the File backing this HeapFile on disk.
()
| 47 | * @return the File backing this HeapFile on disk. |
| 48 | */ |
| 49 | public File getFile() { |
| 50 | // some code goes here |
| 51 | return file; |
| 52 | } |
| 53 | |
| 54 | /** |
| 55 | * Returns an ID uniquely identifying this HeapFile. Implementation note: |
no outgoing calls