|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjs.tinyvm.WritableDataWithOffset
js.tinyvm.CodeSequence
public class CodeSequence
| Constructor Summary | |
|---|---|
CodeSequence()
|
|
| Method Summary | |
|---|---|
void |
dump(IByteWriter aOut)
Dump. |
int |
getLength()
Returns the length of the record, in bytes. |
void |
setBytes(byte[] aBytes)
|
| Methods inherited from class js.tinyvm.WritableDataWithOffset |
|---|
getOffset, initOffset |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CodeSequence()
| Method Detail |
|---|
public void setBytes(byte[] aBytes)
public int getLength()
WritableData
public void dump(IByteWriter aOut)
throws TinyVMException
WritableData
aOut - writer to write binary to
TinyVMException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||