js.tinyvm
Class CodeSequence
java.lang.Object
js.tinyvm.WritableDataWithOffset
js.tinyvm.CodeSequence
- All Implemented Interfaces:
- WritableData
public class CodeSequence
- extends WritableDataWithOffset
- Rating

Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CodeSequence
public CodeSequence()
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