Package jnr.posix

Class NativeGroup

  • All Implemented Interfaces:
    Group
    Direct Known Subclasses:
    DefaultNativeGroup

    public abstract class NativeGroup
    extends java.lang.Object
    implements Group
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected jnr.ffi.Runtime runtime  
      protected jnr.ffi.StructLayout structLayout  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected NativeGroup​(jnr.ffi.Runtime runtime, jnr.ffi.StructLayout structLayout)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • runtime

        protected final jnr.ffi.Runtime runtime
      • structLayout

        protected final jnr.ffi.StructLayout structLayout
    • Constructor Detail

      • NativeGroup

        protected NativeGroup​(jnr.ffi.Runtime runtime,
                              jnr.ffi.StructLayout structLayout)