|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MemoryReadAccess
This interface defines an abstract read access to a region of memory.
Method Summary | |
---|---|
byte |
readByte(int address)
Returns the signed 8 bit value at specified address. |
short |
readShort(int address)
Returns the signed 16 bit word at the specified address. |
long |
readUnsigned32(int address)
Reads the unsigned 32 bit word at the specified address. |
short |
readUnsignedByte(int address)
Returns the unsigned 8 bit value at the specified address. |
int |
readUnsignedShort(int address)
Reads the unsigned 16 bit word at the specified address. |
Method Detail |
---|
long readUnsigned32(int address)
address
- the address
int readUnsignedShort(int address)
address
- the address
short readShort(int address)
address
- the address
short readUnsignedByte(int address)
address
- the address
byte readByte(int address)
address
- the byte address
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |