Uses of Class
com.kenai.jffi.Platform
-
Packages that use Platform Package Description com.kenai.jffi -
-
Uses of Platform in com.kenai.jffi
Subclasses of Platform in com.kenai.jffi Modifier and Type Class Description private static class
Platform.Darwin
APlatform
subclass representing the MacOS system.private static class
Platform.Default
private static class
Platform.Windows
APlatform
subclass representing the Windows system.Fields in com.kenai.jffi declared as Platform Modifier and Type Field Description (package private) static Platform
Platform.SingletonHolder. PLATFORM
Methods in com.kenai.jffi that return Platform Modifier and Type Method Description private static Platform
Platform. determinePlatform(Platform.OS os)
Determines thePlatform
that best describes theOS
static Platform
Platform. getPlatform()
Gets the currentPlatform
private static Platform
Platform. newDarwinPlatform()
private static Platform
Platform. newDefaultPlatform(Platform.OS os)
private static Platform
Platform. newWindowsPlatform()
-