(long fileDescriptor, byte[] bytes, int offset, int length)
| 61 | throws IOException; |
| 62 | |
| 63 | public long write(long fileDescriptor, byte[] bytes, int offset, int length) |
| 64 | throws IOException; |
| 65 | |
| 66 | // public long readv(long fileDescriptor, long[] addresses, int[] offsets, |
no outgoing calls
no test coverage detected