dioscuri.module.cpu32
Interface ByteSource

All Known Implementing Classes:
ByteSourceWrappedMemory

public interface ByteSource

Author:
Bram Lohman, Bart Kiers

Method Summary
 byte getByte()
           
 boolean reset()
           
 boolean rewind(int count)
           
 boolean skip(int count)
           
 

Method Detail

getByte

byte getByte()
Returns:
-

skip

boolean skip(int count)
Parameters:
count -
Returns:
-

rewind

boolean rewind(int count)
Parameters:
count -
Returns:
-

reset

boolean reset()
Returns:
-