Uses of Class
de.ibapl.jnhw.annontation.posix.sys.types.off64_t
-
Packages that use off64_t Package Description de.ibapl.jnhw.posix Very thin and safe wrapper classes around common used headers on a POSIX system. -
-
Uses of off64_t in de.ibapl.jnhw.posix
Methods in de.ibapl.jnhw.posix with annotations of type off64_t Modifier and Type Method Description static longUnistd. lseek64(int fildes, long offset, int whence)Linux: Available if _LARGEFILE64_SOURCE is defined.Method parameters in de.ibapl.jnhw.posix with annotations of type off64_t Modifier and Type Method Description static longUnistd. lseek64(int fildes, long offset, int whence)Linux: Available if _LARGEFILE64_SOURCE is defined.static voidFcntl. posix_fadvise64(int fildes, long offset, long len, int advice)Linux: Available if _LARGEFILE64_SOURCE is defined.static voidFcntl. posix_fadvise64(int fildes, long offset, long len, int advice)Linux: Available if _LARGEFILE64_SOURCE is defined.static voidFcntl. posix_fallocate64(int fildes, long offset, long len)Linux: Available if _LARGEFILE64_SOURCE is defined.static voidFcntl. posix_fallocate64(int fildes, long offset, long len)Linux: Available if _LARGEFILE64_SOURCE is defined.
-