|
![]() |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RawLongReader | |
---|---|
javax.realtime.device | JamaicaVM's implementation of the RTSJ Device Module. |
Uses of RawLongReader in javax.realtime.device |
---|
Subinterfaces of RawLongReader in javax.realtime.device | |
---|---|
interface |
RawLong
A marker for an object that can be used to access to a single long. |
Methods in javax.realtime.device that return RawLongReader | |
---|---|
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 . |
|
![]() |
|||||||||
PREV NEXT | FRAMES NO FRAMES |