Class Util
java.lang.Object
com.kenai.jffi.Util
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanequalsIgnoreCase(String s1, String s2, Locale locale) (package private) static intffi_align(int v, int a) Aligns an address to a boundarystatic booleanstartsWithIgnoreCase(String s1, String s2, Locale locale)
-
Constructor Details
-
Util
private Util()
-
-
Method Details
-
ffi_align
static int ffi_align(int v, int a) Aligns an address to a boundary- Parameters:
v- The address to roundupa- The boundary to align to.- Returns:
- The aligned address.
-
startsWithIgnoreCase
-
equalsIgnoreCase
-