Package com.kenai.jffi
Class Platform.Default
- java.lang.Object
-
- com.kenai.jffi.Platform
-
- com.kenai.jffi.Platform.Default
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.kenai.jffi.Platform
Platform.CPU, Platform.OS
-
-
Constructor Summary
Constructors Constructor Description Default(Platform.OS os)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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, getLibraryNamePattern, getName, getOS, getPlatform, isSupported, mapLibraryName
-
-
-
-
Constructor Detail
-
Default
public Default(Platform.OS os)
-
-