Package jnr.ffi

Class Platform.Darwin

    • Constructor Detail

      • Darwin

        public Darwin()
    • Method Detail

      • mapLibraryName

        public java.lang.String mapLibraryName​(java.lang.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.
      • getName

        public java.lang.String getName()
        Description copied from class: Platform
        Gets the name of this Platform.
        Overrides:
        getName in class Platform
        Returns:
        The name of this platform.