2010 FRC Java API


Uses of Interface
com.sun.cldc.jna.Library

Packages that use Library
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 Library in com.sun.cldc.jna
 

Subinterfaces of Library in com.sun.cldc.jna
 interface JNAPlatform
          This class imports some constants that are used by the JNA itself
 

Classes in com.sun.cldc.jna that implement Library
 class JNAPlatformImpl
           
 

Methods in com.sun.cldc.jna that return Library
static Library Native.loadLibrary(String name, Class interfaceClass)
           
 


2010 FRC Java API


Copyright © 2006-2009 Sun Microsystems, Inc. All Rights Reserved.