|
" 2013 FRC Java API " |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.cldc.jna.Native
public class Native
Generic machinery to support access to native code.
Field Summary | |
---|---|
static boolean |
DEBUG
|
static String |
DEFAULT
|
static int |
LONG_SIZE
|
static int |
POINTER_SIZE
|
static int |
WCHAR_SIZE
|
Method Summary | |
---|---|
static boolean[] |
doInitCheck(boolean[] checkArray,
int length,
int index)
a bit of sanity checking that every "constant index" is really unique and every one is checked. |
static NativeLibrary |
getLibraryLoading()
Kludge to pass loading library to default constructor of implementation class. |
static Library |
loadLibrary(String name,
Class interfaceClass)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final boolean DEBUG
public static final int POINTER_SIZE
public static final int LONG_SIZE
public static final int WCHAR_SIZE
public static final String DEFAULT
Method Detail |
---|
public static NativeLibrary getLibraryLoading()
public static Library loadLibrary(String name, Class interfaceClass)
public static boolean[] doInitCheck(boolean[] checkArray, int length, int index)
checkArray
- the current value of the check array (may be null)length
- the length of the check arrayindex
- the index being checked.
|
" 2013 FRC Java API " |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |