Class StubLoader


  • public class StubLoader
    extends Object
    Loads the native stub library. This is intended to only ever be called reflectively, so it cannot access other jffi classes.
    • Field Detail

      • VERSION_MAJOR

        public static final int VERSION_MAJOR
      • VERSION_MINOR

        public static final int VERSION_MINOR
    • Constructor Detail

      • StubLoader

        public StubLoader()
    • Method Detail

      • isLoaded

        public static final boolean isLoaded()
      • getFailureCause

        public static final Throwable getFailureCause()
      • getPlatformName

        public static String getPlatformName()
        Gets the name of this Platform.
        Returns:
        The name of this platform.