js.tinyvm
Class MasterRecord

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

public class MasterRecord
extends java.lang.Object
implements WritableData

Master record.


Constructor Summary
MasterRecord(Binary binary)
          Constructor.
 
Method Summary
 void dump(IByteWriter writer)
          Dump.
 int getLength()
          Length.
 java.lang.String getRunTimeOptions()
           
 void setRunTimeOptions(int opt)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MasterRecord

public MasterRecord(Binary binary)
Constructor.

Parameters:
binary -
Method Detail

setRunTimeOptions

public void setRunTimeOptions(int opt)

getRunTimeOptions

public java.lang.String getRunTimeOptions()

dump

public void dump(IByteWriter writer)
          throws TinyVMException
Dump.

Specified by:
dump in interface WritableData
Parameters:
writer - writer to write binary to
Throws:
TinyVMException

getLength

public int getLength()
Length.

Specified by:
getLength in interface WritableData