Uses of Class
de.ibapl.jnhw.annontation.posix.sys.types.mode_t
-
Packages that use mode_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 mode_t in de.ibapl.jnhw.posix
Method parameters in de.ibapl.jnhw.posix with annotations of type mode_t Modifier and Type Method Description static intFcntl. creat(String path, int mode)static intFcntl. creat64(String path, int mode)Linux: Available if _LARGEFILE64_SOURCE is defined.static intFcntl. open(String path, int oflag, int mode)POSIX: open, openat - open file.static intFcntl. open64(String path, int oflag, int mode)Linux: Available if _LARGEFILE64_SOURCE is defined.static intFcntl. openat(int fd, String path, int oflag, int mode)POSIX: open, openat - open file.static intFcntl. openat64(int fd, String path, int oflag, int mode)Linux: Available if _LARGEFILE64_SOURCE is defined. -
Uses of mode_t in de.ibapl.jnhw.posix.sys
Classes in de.ibapl.jnhw.posix.sys with annotations of type mode_t Modifier and Type Class Description static classTypes.Mode_tMethods in de.ibapl.jnhw.posix.sys with annotations of type mode_t Modifier and Type Method Description intTypes.Mode_t. getValue()Method parameters in de.ibapl.jnhw.posix.sys with annotations of type mode_t Modifier and Type Method Description voidTypes.Mode_t. setValue(int value)
-