js.tinyvm
Class EntryClassIndex

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

public class EntryClassIndex
extends Object
implements WritableData

Rating red

Constructor Summary
EntryClassIndex(Binary aBinary, String aClassName)
           
 
Method Summary
 void dump(IByteWriter aOut)
          Dump.
 int getLength()
          Returns the length of the record, in bytes.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EntryClassIndex

public EntryClassIndex(Binary aBinary,
                       String aClassName)
Method Detail

getLength

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

Specified by:
getLength in interface WritableData

dump

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

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