Package jnr.ffi
Class Platform.Default
- java.lang.Object
-
- jnr.ffi.Platform
-
- jnr.ffi.Platform.Supported
-
- jnr.ffi.Platform.Default
-
- Enclosing class:
- Platform
private static final class Platform.Default extends Platform.Supported
-
-
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 Default(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
-
Default
public Default(Platform.OS os)
-
-