Package jnr.ffi

Class Platform.IbmI

Enclosing class:
Platform

static final class Platform.IbmI extends Platform.Supported
  • Constructor Details

    • IbmI

      public IbmI()
  • 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.
    • locateLibrary

      public String locateLibrary(String libName, List<String> libraryPaths)
      Description copied from class: Platform
      Searches through a list of directories for a native library.
      Overrides:
      locateLibrary in class Platform
      Parameters:
      libName - the base name (e.g. "c") of the library to locate
      libraryPaths - the list of directories to search
      Returns:
      the path of the library