Package jnr.posix

Class NativeGroup

java.lang.Object
jnr.posix.NativeGroup
All Implemented Interfaces:
Group
Direct Known Subclasses:
DefaultNativeGroup

public abstract class NativeGroup extends Object implements Group
  • Field Details

    • runtime

      protected final jnr.ffi.Runtime runtime
    • structLayout

      protected final jnr.ffi.StructLayout structLayout
  • Constructor Details

    • NativeGroup

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