js.tinyvm
Interface WritableData

All Known Implementing Classes:
ClassRecord, CodeSequence, ConstantRecord, ConstantValue, EntryClassIndex, ExceptionRecord, InstanceFieldRecord, InterfaceMap, MasterRecord, MethodRecord, PrimitiveClassRecord, RecordTable, StaticFieldRecord, StaticValue, WritableDataWithOffset

public interface WritableData


Method Summary
 void dump(IByteWriter writer)
          Dump.
 int getLength()
          Returns the length of the record, in bytes.
 

Method Detail

dump

void dump(IByteWriter writer)
          throws TinyVMException
Dump.

Parameters:
writer - writer to write binary to
Throws:
TinyVMException

getLength

int getLength()
              throws TinyVMException
Returns the length of the record, in bytes.

Throws:
TinyVMException