"

2013 FRC Java API

"

Uses of Class
com.sun.squawk.realtime.RawMemoryAccess

Packages that use RawMemoryAccess
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.realtime Provides classes for native memory access based on the javax.realtime package. 
 

Uses of RawMemoryAccess in com.sun.cldc.jna
 

Subclasses of RawMemoryAccess in com.sun.cldc.jna
 class Pointer
          A pointer to native memory, based on RTSJ-like RawMemoryAccesss semantics.
 class VarPointer
          A pointer to a native variable that can be read/wrote from Java.
 

Uses of RawMemoryAccess in com.sun.squawk.realtime
 

Subclasses of RawMemoryAccess in com.sun.squawk.realtime
 class RawMemoryFloatAccess
          This class holds the accessor methods for accessing a raw memory area by float and double types.
 


"

2013 FRC Java API

"

"
For updated information see the Java FRC site
"