|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object dioscuri.module.cpu32.ByteSourceWrappedMemory
public class ByteSourceWrappedMemory
Constructor Summary | |
---|---|
ByteSourceWrappedMemory()
|
Method Summary | |
---|---|
byte |
getByte()
|
Memory |
getMemory()
|
int |
getOffset()
|
boolean |
reset()
|
boolean |
rewind(int count)
|
void |
set(Memory source,
int offset)
|
boolean |
skip(int count)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ByteSourceWrappedMemory()
Method Detail |
---|
public void set(Memory source, int offset)
source
- offset
- public Memory getMemory()
public int getOffset()
public byte getByte()
getByte
in interface ByteSource
public boolean skip(int count)
skip
in interface ByteSource
count
-
public boolean rewind(int count)
rewind
in interface ByteSource
count
-
public boolean reset()
reset
in interface ByteSource
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |