Uses of Class
de.ibapl.jnhw.posix.Aio.Aiocb
-
Packages that use Aio.Aiocb Package Description de.ibapl.jnhw.posix Very thin and safe wrapper classes around common used headers on a POSIX system. -
-
Uses of Aio.Aiocb in de.ibapl.jnhw.posix
Methods in de.ibapl.jnhw.posix with parameters of type Aio.Aiocb Modifier and Type Method Description static intAio. aio_cancel(Aio.Aiocb aiocbp)POSIX: aio_cancel - cancel an asynchronous I/O request.On the native side the param fildes is taken from aiocb.aio_fildes.static intAio. aio_error(Aio.Aiocb aiocb)static voidAio. aio_fsync(int op, Aio.Aiocb aiocb)static voidAio. aio_read(Aio.Aiocb aiocb)static longAio. aio_return(Aio.Aiocb aiocb)static voidAio. aio_write(Aio.Aiocb aiocb)
-