All Downloads are FREE. Search and download functionalities are using the official Maven repository.

jnr.posix.NativeGroup Maven / Gradle / Ivy

There is a newer version: 0.3.1
Show newest version
package jnr.posix;

import jnr.ffi.StructLayout;

public abstract class NativeGroup implements Group {
    protected final jnr.ffi.Runtime runtime;
    protected final StructLayout structLayout;
    NativeGroup(jnr.ffi.Runtime runtime, StructLayout structLayout) {
        this.runtime = runtime;
        this.structLayout = structLayout;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy