Uses of Class
com.kenai.jffi.Platform
Packages that use Platform
-
Uses of Platform in com.kenai.jffi
Subclasses of Platform in com.kenai.jffiModifier and TypeClassDescriptionprivate static final class
APlatform
subclass representing the MacOS system.private static final class
private static final class
APlatform
subclass representing the Windows system.Fields in com.kenai.jffi declared as PlatformModifier and TypeFieldDescription(package private) static final Platform
Platform.SingletonHolder.PLATFORM
Methods in com.kenai.jffi that return PlatformModifier and TypeMethodDescriptionprivate static final Platform
Platform.determinePlatform
(Platform.OS os) Determines thePlatform
that best describes theOS
static final Platform
Platform.getPlatform()
Gets the currentPlatform
private static Platform
Platform.newDarwinPlatform()
private static Platform
Platform.newDefaultPlatform
(Platform.OS os) private static Platform
Platform.newWindowsPlatform()