"

2013 FRC Java API

"

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

Packages that use OffsetOutOfBoundsException
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 OffsetOutOfBoundsException in com.sun.cldc.jna
 

Methods in com.sun.cldc.jna that throw OffsetOutOfBoundsException
static void Pointer.copyBytes(Pointer src, int srcOffset, Pointer dst, int dstOffset, int len)
          Copy len bytes from src to dst starting at the given offsets.
 

Uses of OffsetOutOfBoundsException in com.sun.squawk.realtime
 

Methods in com.sun.squawk.realtime that throw OffsetOutOfBoundsException
protected static void RawMemoryAccess.checkBounds(int length, int offset, int size)
          Do a bounds check on a write.
protected static void RawMemoryAccess.checkMultiBounds(int length, int offset, int number, int elemsize)
          Do a bounds check on accessing a range.
protected  void RawMemoryAccess.checkMultiRead(int offset, int number, int elemsize)
          Do a bounds check on reading a range.
protected  void RawMemoryAccess.checkMultiWrite(int offset, int number, int elemsize)
          Do a bounds check on writing a range.
 

Constructors in com.sun.squawk.realtime that throw OffsetOutOfBoundsException
RawMemoryAccess(Object type, long base, long size)
          Construct an instance of RawMemoryAccess with the given parameters, and set the object to the mapped state.
 


"

2013 FRC Java API

"

"
For updated information see the Java FRC site
"