| 
 | " 2013 FRC Java API" | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NativeLibrary | |
|---|---|
| com.sun.cldc.jna | The CLDC/JNA package contains classes that help import native data structures and functions from Java code without writing C code. | 
| Uses of NativeLibrary in com.sun.cldc.jna | 
|---|
| Methods in com.sun.cldc.jna that return NativeLibrary | |
|---|---|
| static NativeLibrary | NativeLibrary.getDefaultInstance()Return reference to the "default" library. | 
| static NativeLibrary | NativeLibrary.getInstance(String name)Look up a native libray named "name". | 
| static NativeLibrary | Native.getLibraryLoading()Kludge to pass loading library to default constructor of implementation class. | 
| 
 | " 2013 FRC Java API" | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||