|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.tapina.robe.runtime.Block
com.tapina.robe.runtime.DataBlock
Created by IntelliJ IDEA. User: gareth Date: Sep 8, 2003 Time: 10:55:51 AM
Constructor Summary | |
protected |
DataBlock(int address)
|
Method Summary | |
abstract byte[] |
getBytes()
|
abstract int |
getSize()
|
abstract void |
setSize(int newSize)
|
Methods inherited from class com.tapina.robe.runtime.Block |
getAddress, setAddress |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
protected DataBlock(int address)
Method Detail |
public abstract int getSize()
public abstract void setSize(int newSize)
public abstract byte[] getBytes()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |