Package com.kenai.jffi
Class Platform.Windows
java.lang.Object
com.kenai.jffi.Platform
com.kenai.jffi.Platform.Windows
- Enclosing class:
- Platform
A
Platform
subclass representing the Windows system.-
Nested Class Summary
Nested classes/interfaces inherited from class com.kenai.jffi.Platform
Platform.CPU, Platform.OS
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the regex string used to match platform-specific librariesfinal int
longSize()
Gets the size of a C 'long' on the native platform.Methods inherited from class com.kenai.jffi.Platform
addressMask, addressSize, getCPU, getJavaMajorVersion, getName, getOS, getPlatform, isSupported, mapLibraryName
-
Constructor Details
-
Windows
public Windows()
-
-
Method Details
-
getLibraryNamePattern
Description copied from class:Platform
Gets the regex string used to match platform-specific libraries- Overrides:
getLibraryNamePattern
in classPlatform
- Returns:
-
longSize
public final int longSize()Description copied from class:Platform
Gets the size of a C 'long' on the native platform.
-