Class Platform.Windows

java.lang.Object
com.kenai.jffi.Platform
com.kenai.jffi.Platform.Windows
Enclosing class:
Platform

private static final class Platform.Windows extends Platform
A Platform subclass representing the Windows system.
  • Constructor Details

    • Windows

      public Windows()
  • Method Details

    • getLibraryNamePattern

      public String getLibraryNamePattern()
      Description copied from class: Platform
      Gets the regex string used to match platform-specific libraries
      Overrides:
      getLibraryNamePattern in class Platform
      Returns:
    • longSize

      public final int longSize()
      Description copied from class: Platform
      Gets the size of a C 'long' on the native platform.
      Specified by:
      longSize in class Platform
      Returns:
      the size of a long in bits