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 classPlatform.DarwinAPlatformsubclass representing the MacOS system.private static classPlatform.Defaultprivate static classPlatform.WindowsAPlatformsubclass representing the Windows system.Fields in com.kenai.jffi declared as Platform Modifier and Type Field Description (package private) static PlatformPlatform.SingletonHolder. PLATFORMMethods in com.kenai.jffi that return Platform Modifier and Type Method Description private static PlatformPlatform. determinePlatform(Platform.OS os)Determines thePlatformthat best describes theOSstatic PlatformPlatform. getPlatform()Gets the currentPlatformprivate static PlatformPlatform. newDarwinPlatform()private static PlatformPlatform. newDefaultPlatform(Platform.OS os)private static PlatformPlatform. newWindowsPlatform()
-