void |
ONative.close(int fd) |
int |
OCLibrary.fallocate(int fd,
int mode,
long offset,
long len) |
void |
ONative.fallocate(int fd,
long offset,
long len) |
int |
ONative.getpagesize() |
int |
OCLibrary.getpagesize() |
long |
ONative.lseek(int fd,
long offset,
int whence) |
int |
ONative.open(String path,
int flags) |
int |
ONative.pathconf(String path,
int name) |
int |
OCLibrary.pathconf(String path,
int name) |
void |
ONative.posix_memalign(jnr.ffi.byref.PointerByReference memptr,
jnr.ffi.NativeLong alignment,
jnr.ffi.NativeLong size) |
int |
OCLibrary.posix_memalign(jnr.ffi.byref.PointerByReference memptr,
jnr.ffi.NativeLong alignment,
jnr.ffi.NativeLong size) |
long |
ONative.read(int fd,
ByteBuffer buffer,
int count) |
long |
ONative.write(int fd,
ByteBuffer buffer,
int count) |