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

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