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

jnr.posix.NativePasswd Maven / Gradle / Ivy

There is a newer version: 4.15.102
Show newest version
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 - 2025 Weber Informatics LLC | Privacy Policy