js.tinyvm
Class EntryClassIndex

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

public class EntryClassIndex
extends java.lang.Object
implements WritableData


Constructor Summary
EntryClassIndex(Binary aBinary, java.lang.String aClassName)
           
 
Method Summary
 void dump(IByteWriter aOut)
          Dump.
 int getLength()
          Returns the length of the record, in bytes.
 java.lang.String getName()
           
 
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,
                       java.lang.String aClassName)
Method Detail

getName

public java.lang.String getName()

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