aicas logoJamaica 6.4 release 1

Uses of Class
javax.realtime.device.UnsupportedRawMemoryRegionException

Packages that use UnsupportedRawMemoryRegionException
javax.realtime.device JamaicaVM's implementation of the RTSJ Device Module. 
 

Uses of UnsupportedRawMemoryRegionException in javax.realtime.device
 

Methods in javax.realtime.device that throw UnsupportedRawMemoryRegionException
 RawByte RawMemoryRegionFactory.createRawByte(long base, int count, int stride)
          Create an instance of a class that implements RawByte and accesses memory of RawMemoryRegionFactory.getRegion() in the address range described by base, stride, and count.
 RawByte RawMemoryFactory.createRawByte(RawMemoryRegion region, long base, int count, int stride)
          Create an instance of a class that implements RawByte and accesses memory of region in the address range described by base, stride, and count.
 RawByteReader RawMemoryRegionFactory.createRawByteReader(long base, int count, int stride)
          Create an instance of a class that implements RawByteReader and accesses memory of RawMemoryRegionFactory.getRegion() in the address range described by base, stride, and count.
 RawByteReader RawMemoryFactory.createRawByteReader(RawMemoryRegion region, long base, int count, int stride)
          Create an instance of a class that implements RawByteReader and accesses memory of region in the address range described by base, stride, and count.
 RawByteWriter RawMemoryRegionFactory.createRawByteWriter(long base, int count, int stride)
          Create an instance of a class that implements RawByteWriter and accesses memory of RawMemoryRegionFactory.getRegion() in the address range described by base, stride, and count.
 RawByteWriter RawMemoryFactory.createRawByteWriter(RawMemoryRegion region, long base, int count, int stride)
          Create an instance of a class that implements RawByteWriter and accesses memory of region in the address range described by base, stride, and count.
 RawDouble RawMemoryRegionFactory.createRawDouble(long base, int count, int stride)
          Create an instance of a class that implements RawDouble and accesses memory of RawMemoryRegionFactory.getRegion() in the address range described by base, stride, and count.
 RawDouble RawMemoryFactory.createRawDouble(RawMemoryRegion region, long base, int count, int stride)
          Create an instance of a class that implements RawDouble and accesses memory of region in the address range described by base, stride, and count.
 RawDoubleReader RawMemoryRegionFactory.createRawDoubleReader(long base, int count, int stride)
          Create an instance of a class that implements RawDoubleReader and accesses memory of RawMemoryRegionFactory.getRegion() in the address range described by base, stride, and count.
 RawDoubleReader RawMemoryFactory.createRawDoubleReader(RawMemoryRegion region, long base, int count, int stride)
          Create an instance of a class that implements RawDoubleReader and accesses memory of region in the address range described by base, stride, and count.
 RawDoubleWriter RawMemoryRegionFactory.createRawDoubleWriter(long base, int count, int stride)
          Create an instance of a class that implements RawDoubleWriter and accesses memory of RawMemoryRegionFactory.getRegion() in the address range described by base, stride, and count.
 RawDoubleWriter RawMemoryFactory.createRawDoubleWriter(RawMemoryRegion region, long base, int count, int stride)
          Create an instance of a class that implements RawDoubleWriter and accesses memory of region in the address range described by base, stride, and count.
 RawFloat RawMemoryRegionFactory.createRawFloat(long base, int count, int stride)
          Create an instance of a class that implements RawFloat and accesses memory of RawMemoryRegionFactory.getRegion() in the address range described by base, stride, and count.
 RawFloat RawMemoryFactory.createRawFloat(RawMemoryRegion region, long base, int count, int stride)
          Create an instance of a class that implements RawFloat and accesses memory of region in the address range described by base, stride, and count.
 RawFloatReader RawMemoryRegionFactory.createRawFloatReader(long base, int count, int stride)
          Create an instance of a class that implements RawFloatReader and accesses memory of RawMemoryRegionFactory.getRegion() in the address range described by base, stride, and count.
 RawFloatReader RawMemoryFactory.createRawFloatReader(RawMemoryRegion region, long base, int count, int stride)
          Create an instance of a class that implements RawFloatReader and accesses memory of region in the address range described by base, stride, and count.
 RawFloatWriter RawMemoryRegionFactory.createRawFloatWriter(long base, int count, int stride)
          Create an instance of a class that implements RawFloatWriter and accesses memory of RawMemoryRegionFactory.getRegion() in the address range described by base, stride, and count.
 RawFloatWriter RawMemoryFactory.createRawFloatWriter(RawMemoryRegion region, long base, int count, int stride)
          Create an instance of a class that implements RawFloatWriter and accesses memory of region in the address range described by base, stride, and count.
 RawInt RawMemoryRegionFactory.createRawInt(long base, int count, int stride)
          Create an instance of a class that implements RawInt and accesses memory of RawMemoryRegionFactory.getRegion() in the address range described by base, stride, and count.
 RawInt RawMemoryFactory.createRawInt(RawMemoryRegion region, long base, int count, int stride)
          Create an instance of a class that implements RawInt and accesses memory of region in the address range described by base, stride, and count.
 RawIntReader RawMemoryRegionFactory.createRawIntReader(long base, int count, int stride)
          Create an instance of a class that implements RawIntReader and accesses memory of RawMemoryRegionFactory.getRegion() in the address range described by base, stride, and count.
 RawIntReader RawMemoryFactory.createRawIntReader(RawMemoryRegion region, long base, int count, int stride)
          Create an instance of a class that implements RawIntReader and accesses memory of region in the address range described by base, stride, and count.
 RawIntWriter RawMemoryRegionFactory.createRawIntWriter(long base, int count, int stride)
          Create an instance of a class that implements RawIntWriter and accesses memory of RawMemoryRegionFactory.getRegion() in the address range described by base, stride, and count.
 RawIntWriter RawMemoryFactory.createRawIntWriter(RawMemoryRegion region, long base, int count, int stride)
          Create an instance of a class that implements RawIntWriter and accesses memory of region in the address range described by base, stride, and count.
 RawLong RawMemoryRegionFactory.createRawLong(long base, int count, int stride)
          Create an instance of a class that implements RawLong and accesses memory of RawMemoryRegionFactory.getRegion() in the address range described by base, stride, and count.
 RawLong RawMemoryFactory.createRawLong(RawMemoryRegion region, long base, int count, int stride)
          Create an instance of a class that implements RawLong and accesses memory of region in the address range described by base, stride, and count.
 RawLongReader RawMemoryRegionFactory.createRawLongReader(long base, int count, int stride)
          Create an instance of a class that implements RawLongReader and accesses memory of RawMemoryRegionFactory.getRegion() in the address range described by base, stride, and count.
 RawLongReader RawMemoryFactory.createRawLongReader(RawMemoryRegion region, long base, int count, int stride)
          Create an instance of a class that implements RawLongReader and accesses memory of region in the address range described by base, stride, and count.
 RawLongWriter RawMemoryRegionFactory.createRawLongWriter(long base, int count, int stride)
          Create an instance of a class that implements RawLongWriter and accesses memory of RawMemoryRegionFactory.getRegion() in the address range described by base, stride, and count.
 RawLongWriter RawMemoryFactory.createRawLongWriter(RawMemoryRegion region, long base, int count, int stride)
          Create an instance of a class that implements RawLongWriter and accesses memory of region in the address range described by base, stride, and count.
 RawShort RawMemoryRegionFactory.createRawShort(long base, int count, int stride)
          Create an instance of a class that implements RawShort and accesses memory of RawMemoryRegionFactory.getRegion() in the address range described by base, stride, and count.
 RawShort RawMemoryFactory.createRawShort(RawMemoryRegion region, long base, int count, int stride)
          Create an instance of a class that implements RawShort and accesses memory of region in the address range described by base, stride, and count.
 RawShortReader RawMemoryRegionFactory.createRawShortReader(long base, int count, int stride)
          Create an instance of a class that implements RawShortReader and accesses memory of RawMemoryRegionFactory.getRegion() in the address range described by base, stride, and count.
 RawShortReader RawMemoryFactory.createRawShortReader(RawMemoryRegion region, long base, int count, int stride)
          Create an instance of a class that implements RawShortReader and accesses memory of region in the address range described by base, stride, and count.
 RawShortWriter RawMemoryRegionFactory.createRawShortWriter(long base, int count, int stride)
          Create an instance of a class that implements RawShortWriter and accesses memory of RawMemoryRegionFactory.getRegion() in the address range described by base, stride, and count.
 RawShortWriter RawMemoryFactory.createRawShortWriter(RawMemoryRegion region, long base, int count, int stride)
          Create an instance of a class that implements RawShortWriter and accesses memory of region in the address range described by base, stride, and count.
 


aicas logoJamaica 6.4 release 1

aicas GmbH, Karlsruhe, Germany —www.aicas.com
Copyright © 2001-2015 aicas GmbH. All Rights Reserved.