|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Every memory device must implement this interface.
Method Summary | |
void |
doCycle()
|
int |
getSize()
|
void |
initialize()
|
byte |
readByte(int address)
|
int |
readWord(int address)
|
void |
writeByte(int address,
byte b)
|
void |
writeWord(int address,
int value)
|
Method Detail |
public int readWord(int address)
public void writeWord(int address, int value)
public byte readByte(int address)
public void writeByte(int address, byte b)
public int getSize()
public void doCycle()
public void initialize()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |