"

2013 FRC Java API

"

Package com.sun.squawk.realtime

Provides classes for native memory access based on the javax.realtime package.

See:
          Description

Class Summary
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.
 

Exception Summary
OffsetOutOfBoundsException Thrown if the constructor of a RawMemoryAccess, or RawMemoryFloatAccess is given an invalid address.
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.
UnsupportedPhysicalMemoryException Thrown when the underlying hardware does not support the type of physical memory requested from an instance of one of the physical memory or raw memory access classes.
 

Package com.sun.squawk.realtime Description

Provides classes for native memory access based on the javax.realtime package.


"

2013 FRC Java API

"

"
For updated information see the Java FRC site
"