Package jnr.ffi
Class Platform.Supported
- java.lang.Object
-
- jnr.ffi.Platform
-
- jnr.ffi.Platform.Supported
-
- Direct Known Subclasses:
Platform.Darwin
,Platform.Default
,Platform.Linux
,Platform.Windows
- Enclosing class:
- Platform
private static class Platform.Supported extends Platform
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class jnr.ffi.Platform
Platform.CPU, Platform.Linux, Platform.OS
-
-
Field Summary
-
Fields inherited from class jnr.ffi.Platform
libPattern
-
-
Constructor Summary
Constructors Constructor Description Supported(Platform.OS os)
-
Method Summary
-
Methods inherited from class jnr.ffi.Platform
addressSize, getCPU, getName, getNativePlatform, getOS, getPlatform, getStandardCLibraryName, isBSD, isUnix, locateLibrary, longSize, mapLibraryName
-
-
-
-
Constructor Detail
-
Supported
public Supported(Platform.OS os)
-
-