jnr.posix.FileTime 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.Struct;
public class FileTime extends Struct {
public final Unsigned32 dwLowDateTime = new Unsigned32();
public final Unsigned32 dwHighDateTime = new Unsigned32();
FileTime(jnr.ffi.Runtime runtime) {
super(runtime);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy