"

2013 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. 
com.sun.squawk.platform.posix.natives   
com.sun.squawk.platform.windows.natives   
 

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)
           
 

Uses of Library in com.sun.squawk.platform.posix.natives
 

Subinterfaces of Library in com.sun.squawk.platform.posix.natives
 interface Ioctl
          java wrapper around #include
 interface LibC
          Import common functions variables and constants from libc.
 interface NetDB
          java wrapper around #include
 interface Select
          java wrapper around #include
 interface Socket
          java wrapper around BSD sockets
 interface Time
          java wrapper around #include
 

Classes in com.sun.squawk.platform.posix.natives that implement Library
 class IoctlImpl
           
 class LibCImpl
           
 class NetDBImpl
           
 class SelectImpl
           
 class SocketImpl
           
 class TimeImpl
           
 

Uses of Library in com.sun.squawk.platform.windows.natives
 

Subinterfaces of Library in com.sun.squawk.platform.windows.natives
 interface Windows
          Import common Windows-specific calls
 

Classes in com.sun.squawk.platform.windows.natives that implement Library
 class WindowsImpl
           
 


"

2013 FRC Java API

"

"
For updated information see the Java FRC site
"