aicas logo Realtime Java
Technology.

Uses of Class
javax.realtime.SizeOutOfBoundsException

Uses of SizeOutOfBoundsException in javax.realtime
 

Methods in javax.realtime that throw SizeOutOfBoundsException
 byte RawMemoryAccess.getByte(long offset)
           
 void RawMemoryAccess.getBytes(long offset, byte[] bytes, int low, int number)
           
 int RawMemoryAccess.getInt(long offset)
           
 void RawMemoryAccess.getInts(long offset, int[] ints, int low, int number)
           
 long RawMemoryAccess.getLong(long offset)
           
 void RawMemoryAccess.getLongs(long offset, long[] longs, int low, int number)
           
 short RawMemoryAccess.getShort(long offset)
           
 void RawMemoryAccess.getShorts(long offset, short[] shorts, int low, int number)
           
 void RawMemoryAccess.setByte(long offset, byte value)
           
 void RawMemoryAccess.setBytes(long offset, byte[] bytes, int low, int number)
           
 void RawMemoryAccess.setInt(long offset, int value)
           
 void RawMemoryAccess.setInts(long offset, int[] ints, int low, int number)
           
 void RawMemoryAccess.setLong(long offset, long value)
           
 void RawMemoryAccess.setLongs(long offset, long[] longs, int low, int number)
           
 void RawMemoryAccess.setShort(long offset, short value)
           
 void RawMemoryAccess.setShorts(long offset, short[] shorts, int low, int number)
           
 double RawMemoryFloatAccess.getDouble(long offset)
           
 void RawMemoryFloatAccess.getDoubles(long offset, double[] doubles, int low, int number)
           
 float RawMemoryFloatAccess.getFloat(long offset)
           
 void RawMemoryFloatAccess.getFloats(long offset, float[] floats, int low, int number)
           
 void RawMemoryFloatAccess.setFloat(long offset, float value)
           
 void RawMemoryFloatAccess.setFloats(long offset, float[] floats, int low, int number)
           
 void RawMemoryFloatAccess.setDouble(long offset, double value)
           
 void RawMemoryFloatAccess.setDoubles(long offset, double[] doubles, int low, int number)
           
 

Constructors in javax.realtime that throw SizeOutOfBoundsException
ImmortalPhysicalMemory(java.lang.Object type, long size)
           
ImmortalPhysicalMemory(java.lang.Object type, long base, long size)
           
ImmortalPhysicalMemory(java.lang.Object type, SizeEstimator size)
           
ImmortalPhysicalMemory(java.lang.Object type, long base, SizeEstimator size)
           
ImmortalPhysicalMemory(java.lang.Object type, long size, java.lang.Runnable logic)
           
ImmortalPhysicalMemory(java.lang.Object type, long base, long size, java.lang.Runnable logic)
           
ImmortalPhysicalMemory(java.lang.Object type, SizeEstimator size, java.lang.Runnable logic)
           
ImmortalPhysicalMemory(java.lang.Object type, long base, SizeEstimator size, java.lang.Runnable logic)
           
RawMemoryAccess(java.lang.Object type, long base, long size)
           
RawMemoryAccess(java.lang.Object type, long size)
           
RawMemoryFloatAccess(java.lang.Object type, long size)
           
RawMemoryFloatAccess(java.lang.Object type, long base, long size)
           
LTPhysicalMemory(java.lang.Object type, long size)
           
LTPhysicalMemory(java.lang.Object type, long base, long size)
           
LTPhysicalMemory(java.lang.Object type, SizeEstimator size)
           
LTPhysicalMemory(java.lang.Object type, long base, SizeEstimator size)
           
LTPhysicalMemory(java.lang.Object type, long size, java.lang.Runnable logic)
           
LTPhysicalMemory(java.lang.Object type, long base, long size, java.lang.Runnable logic)
           
LTPhysicalMemory(java.lang.Object type, SizeEstimator size, java.lang.Runnable logic)
           
LTPhysicalMemory(java.lang.Object type, long base, SizeEstimator size, java.lang.Runnable logic)
           
VTPhysicalMemory(java.lang.Object type, long size)
           
VTPhysicalMemory(java.lang.Object type, long base, long size)
           
VTPhysicalMemory(java.lang.Object type, SizeEstimator size)
           
VTPhysicalMemory(java.lang.Object type, long base, SizeEstimator size)
           
VTPhysicalMemory(java.lang.Object type, long size, java.lang.Runnable logic)
           
VTPhysicalMemory(java.lang.Object type, long base, long size, java.lang.Runnable logic)
           
VTPhysicalMemory(java.lang.Object type, SizeEstimator size, java.lang.Runnable logic)
           
VTPhysicalMemory(java.lang.Object type, long base, SizeEstimator size, java.lang.Runnable logic)
           
 


aicas logo Realtime Java
Technology.

aicas GmbH, Karlsruhe - Germany    www.aicas.com
Copyright 2003 aicas GmbH. All Rights Reserved.