(long fileDescriptor, long offset, int whence)
| 83 | throws IOException; |
| 84 | |
| 85 | public long seek(long fileDescriptor, long offset, int whence) |
| 86 | throws IOException; |
| 87 | |
| 88 | public void fflush(long fileDescriptor, boolean metadata) |
no outgoing calls
no test coverage detected