Uses of Class
de.ibapl.jnhw.annontation.posix.sys.types.off_t
-
Packages that use off_t Package Description de.ibapl.jnhw.posix Very thin and safe wrapper classes around common used headers on a POSIX system.de.ibapl.jnhw.posix.sys Very thin and safe wrapper classes around common used headers on a POSIX system under thesyspath. -
-
Uses of off_t in de.ibapl.jnhw.posix
Methods in de.ibapl.jnhw.posix with annotations of type off_t Modifier and Type Method Description longAio.Aiocb. aio_offset()The file offset.static intUnistd. lseek(int fildes, int offset, int whence)static longUnistd. lseek(int fildes, long offset, int whence)Method parameters in de.ibapl.jnhw.posix with annotations of type off_t Modifier and Type Method Description voidAio.Aiocb. aio_offset(long aio_offset)The file offset.static intUnistd. lseek(int fildes, int offset, int whence)static longUnistd. lseek(int fildes, long offset, int whence)static voidFcntl. posix_fadvise(int fildes, long offset, long len, int advice)static voidFcntl. posix_fadvise(int fildes, long offset, long len, int advice)static voidFcntl. posix_fallocate(int fildes, long offset, long len)static voidFcntl. posix_fallocate(int fildes, long offset, long len) -
Uses of off_t in de.ibapl.jnhw.posix.sys
Classes in de.ibapl.jnhw.posix.sys with annotations of type off_t Modifier and Type Class Description static classTypes.Off_tMethods in de.ibapl.jnhw.posix.sys with annotations of type off_t Modifier and Type Method Description longTypes.Off_t. getValue()Method parameters in de.ibapl.jnhw.posix.sys with annotations of type off_t Modifier and Type Method Description voidTypes.Off_t. setValue(long value)
-