jnr.posix.NativePasswd Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of driver-cql-shaded Show documentation
Show all versions of driver-cql-shaded Show documentation
A Shaded CQL ActivityType driver for http://nosqlbench.io/
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