Simple Machine

Util
Class BitStream

java.lang.Object
  extended by Util.BitStream

public class BitStream
extends java.lang.Object


Constructor Summary
BitStream(DataModel aMemory, int anAddress)
           
 
Method Summary
 byte getByteAt(int offset)
           
 BitString getValue(int length)
           
 void mark()
           
 void rewind()
           
 void skip(int bitLength)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BitStream

public BitStream(DataModel aMemory,
                 int anAddress)
Method Detail

getByteAt

public byte getByteAt(int offset)

getValue

public BitString getValue(int length)

skip

public void skip(int bitLength)

mark

public void mark()

rewind

public void rewind()

Simple Machine