|
" 2013 FRC Java API " |
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
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. |
Provides classes for native memory access based on the javax.realtime package.
|
" 2013 FRC Java API " |
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||