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 class
Platform.Darwin
APlatform
subclass representing the MacOS system.private static class
Platform.Default
(package private) static class
Platform.Linux
APlatform
subclass representing the Linux operating system.private static class
Platform.Supported
private static class
Platform.Unsupported
private static class
Platform.Windows
APlatform
subclass representing the Windows system.Fields in jnr.ffi declared as Platform Modifier and Type Field Description (package private) static Platform
Platform.SingletonHolder. PLATFORM
Methods in jnr.ffi that return Platform Modifier and Type Method Description private static Platform
Platform. determinePlatform()
private static Platform
Platform. determinePlatform(Platform.OS os)
Determines the Platform that best describes the OSstatic Platform
Platform. getNativePlatform()
Gets the native Platformstatic Platform
Platform. getPlatform()
Deprecated.
-