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