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

jnr.posix.NativeGroup Maven / Gradle / Ivy

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 - 2024 Weber Informatics LLC | Privacy Policy