|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjs.tinyvm.WritableDataWithOffset
public abstract class WritableDataWithOffset
| Constructor Summary | |
|---|---|
WritableDataWithOffset()
|
|
| Method Summary | |
|---|---|
int |
getOffset()
Offset. |
void |
initOffset(int startOffset)
Init offset. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface js.tinyvm.WritableData |
|---|
dump, getLength |
| Constructor Detail |
|---|
public WritableDataWithOffset()
| Method Detail |
|---|
public void initOffset(int startOffset)
throws TinyVMException
startOffset - start offset
TinyVMException - if offset is not correct
public int getOffset()
throws TinyVMException
TinyVMException - if offset is not correct
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||