net.rubygrapefruit.platform.internal.jni
Class NativeLibraryFunctions

java.lang.Object
  extended by net.rubygrapefruit.platform.internal.jni.NativeLibraryFunctions

public class NativeLibraryFunctions
extends java.lang.Object


Field Summary
static int VERSION
           
 
Constructor Summary
NativeLibraryFunctions()
           
 
Method Summary
static void getSystemInfo(MutableSystemInfo systemInfo, FunctionResult result)
           
static int getVersion()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

VERSION

public static final int VERSION
See Also:
Constant Field Values
Constructor Detail

NativeLibraryFunctions

public NativeLibraryFunctions()
Method Detail

getVersion

public static int getVersion()

getSystemInfo

public static void getSystemInfo(MutableSystemInfo systemInfo,
                                 FunctionResult result)