Package jnr.ffi
Class Platform.Darwin
java.lang.Object
jnr.ffi.Platform
jnr.ffi.Platform.Supported
jnr.ffi.Platform.Darwin
- Enclosing class:
- Platform
A
Platform
subclass representing the MacOS system.-
Nested Class Summary
Nested classes/interfaces inherited from class jnr.ffi.Platform
Platform.CPU, Platform.IbmI, Platform.Linux, Platform.OS
-
Field Summary
Fields inherited from class jnr.ffi.Platform
libPattern
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionmapLibraryName
(String libName) Maps from a generic library name (e.g.Methods inherited from class jnr.ffi.Platform
addressSize, getCPU, getName, getNativePlatform, getOS, getOSName, getPlatform, getStandardCLibraryName, getVersion, getVersionMajor, getVersionMinor, is32Bit, is64Bit, isBigEndian, isBSD, isLittleEndian, isUnix, libraryLocations, locateLibrary, locateLibrary, longSize
-
Constructor Details
-
Darwin
public Darwin()
-
-
Method Details
-
mapLibraryName
Description copied from class:Platform
Maps from a generic library name (e.g. "c") to the platform specific library name.- Overrides:
mapLibraryName
in classPlatform
- Parameters:
libName
- The library name to map- Returns:
- The mapped library name.
-