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