Uses of Class
jnr.ffi.Platform
-
Packages that use Platform Package Description jnr.ffi -
-
Uses of Platform in jnr.ffi
Subclasses of Platform in jnr.ffi Modifier and Type Class Description private static classPlatform.DarwinAPlatformsubclass representing the MacOS system.private static classPlatform.Default(package private) static classPlatform.IbmI(package private) static classPlatform.LinuxAPlatformsubclass representing the Linux operating system.private static classPlatform.Supportedprivate static classPlatform.Unsupportedprivate static classPlatform.WindowsAPlatformsubclass representing the Windows system.Fields in jnr.ffi declared as Platform Modifier and Type Field Description (package private) static PlatformPlatform.SingletonHolder. PLATFORMMethods in jnr.ffi that return Platform Modifier and Type Method Description private static PlatformPlatform. determinePlatform()private static PlatformPlatform. determinePlatform(Platform.OS os)Determines thePlatformthat best describes theOSstatic PlatformPlatform. getNativePlatform()Gets the nativePlatformstatic PlatformPlatform. getPlatform()Deprecated.
-