Package jnr.ffi

Class Platform.Darwin

Enclosing class:
Platform

private static final class Platform.Darwin extends Platform.Supported
A Platform subclass representing the MacOS system.
  • Constructor Details

    • Darwin

      public Darwin()
  • Method Details

    • mapLibraryName

      public String mapLibraryName(String libName)
      Description copied from class: Platform
      Maps from a generic library name (e.g. "c") to the platform specific library name.
      Overrides:
      mapLibraryName in class Platform
      Parameters:
      libName - The library name to map
      Returns:
      The mapped library name.