(long offset, long length)
| 42 | RandomAccessFile newSameInstance() throws IOException; |
| 43 | |
| 44 | RandomAccessFile newFragment(long offset, long length) throws IOException; |
| 45 | |
| 46 | void flush() throws IOException; |
| 47 |
nothing calls this directly
no outgoing calls
no test coverage detected