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

jnr.posix.FileTime Maven / Gradle / Ivy

The newest version!
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 - 2024 Weber Informatics LLC | Privacy Policy