Uses of Class
de.ibapl.jnhw.annontation.posix.sys.types.gid_t
-
Packages that use gid_t Package Description de.ibapl.jnhw.posix Very thin and safe wrapper classes around common used headers on a POSIX system. -
-
Uses of gid_t in de.ibapl.jnhw.posix
Methods in de.ibapl.jnhw.posix with annotations of type gid_t Modifier and Type Method Description static intUnistd. getegid()static intUnistd. getgid()POSIX: getgid - get the real group ID.Method parameters in de.ibapl.jnhw.posix with annotations of type gid_t Modifier and Type Method Description static voidUnistd. setegid(int gid)POSIX: setegid - set effective user ID.static voidUnistd. setgid(int gid)POSIX: setgid - set group ID.static voidUnistd. setregid(int rgid, int egid)static voidUnistd. setregid(int rgid, int egid)
-