"

2013 FRC Java API

"

Uses of Package
com.sun.squawk.realtime

Packages that use com.sun.squawk.realtime
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. 
 

Classes in com.sun.squawk.realtime used by com.sun.cldc.jna
OffsetOutOfBoundsException
          Thrown if the constructor of a RawMemoryAccess, or RawMemoryFloatAccess is given an invalid address.
RawMemoryAccess
          An instance of RawMemoryAccess models a range of physical memory as a fixed sequence of bytes.
RawMemoryFloatAccess
          This class holds the accessor methods for accessing a raw memory area by float and double types.
SizeOutOfBoundsException
          Thrown if the constructor of a RawMemoryAccess, or RawMemoryFloatAccess is given an invalid size or if an accessor method on one of the above classes would cause access to an invalid address.
 

Classes in com.sun.squawk.realtime used by com.sun.squawk.realtime
OffsetOutOfBoundsException
          Thrown if the constructor of a RawMemoryAccess, or RawMemoryFloatAccess is given an invalid address.
RawMemoryAccess
          An instance of RawMemoryAccess models a range of physical memory as a fixed sequence of bytes.
SizeOutOfBoundsException
          Thrown if the constructor of a RawMemoryAccess, or RawMemoryFloatAccess is given an invalid size or if an accessor method on one of the above classes would cause access to an invalid address.
 


"

2013 FRC Java API

"

"
For updated information see the Java FRC site
"