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

jnr.posix.NativePasswd Maven / Gradle / Ivy

package jnr.posix;

import jnr.ffi.Pointer;


public abstract class NativePasswd implements Passwd {
    protected final Pointer memory;

    NativePasswd(jnr.ffi.Pointer pointer) {
        this.memory = pointer;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy