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

jnr.posix.NativePOSIX Maven / Gradle / Ivy

There is a newer version: 0.3.1
Show newest version
package jnr.posix;

import jnr.ffi.*;

/**
 *
 */
abstract class NativePOSIX implements POSIX {
    private final jnr.ffi.Runtime runtime = jnr.ffi.Runtime.getSystemRuntime();
    jnr.ffi.Runtime getRuntime() {
        return runtime;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy