Package com.kenai.jffi
Class Platform.Windows
- java.lang.Object
-
- com.kenai.jffi.Platform
-
- com.kenai.jffi.Platform.Windows
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.kenai.jffi.Platform
Platform.CPU, Platform.OS
-
-
Constructor Summary
Constructors Constructor Description Windows()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getLibraryNamePattern()
Gets the regex string used to match platform-specific librariesint
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
-
-
-
-
Method Detail
-
getLibraryNamePattern
public java.lang.String getLibraryNamePattern()
Description copied from class:Platform
Gets the regex string used to match platform-specific libraries- Overrides:
getLibraryNamePattern
in classPlatform
- Returns:
-
-