Package com.kenai.jffi
Class Util
java.lang.Object
com.kenai.jffi.Util
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
equalsIgnoreCase
(String s1, String s2, Locale locale) (package private) static int
ffi_align
(int v, int a) Aligns an address to a boundarystatic boolean
startsWithIgnoreCase
(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
-