js.tinyvm
Class CodeSequence

java.lang.Object
  extended by js.tinyvm.WritableDataWithOffset
      extended by js.tinyvm.CodeSequence
All Implemented Interfaces:
WritableData

public class CodeSequence
extends WritableDataWithOffset


Constructor Summary
CodeSequence()
           
 
Method Summary
 void dump(IByteWriter aOut)
          Dump.
 int getLength()
          Returns the length of the record, in bytes.
 void setBytes(byte[] aBytes)
           
 
Methods inherited from class js.tinyvm.WritableDataWithOffset
getOffset, initOffset
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CodeSequence

public CodeSequence()
Method Detail

setBytes

public void setBytes(byte[] aBytes)

getLength

public int getLength()
Description copied from interface: WritableData
Returns the length of the record, in bytes.


dump

public void dump(IByteWriter aOut)
          throws TinyVMException
Description copied from interface: WritableData
Dump.

Parameters:
aOut - writer to write binary to
Throws:
TinyVMException