"

2013 FRC Java API

"

Uses of Class
com.sun.cldc.jna.NativeLibrary

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

"

"
For updated information see the Java FRC site
"