SunSPOT API V5.0


Package com.sun.squawk.realtime

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.
 


SunSPOT API V5.0


Copyright � 2006-2008 Sun Microsystems, Inc. All Rights Reserved.