|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface JAllocatable
This interface represents an object allocated into the Corosol heap memory.
| Method Summary | |
|---|---|
int |
getPosition()
Returns the position of the first byte of the memory allocated for the object representing by this JAllocatable object into the Corosol heap memory. |
int |
getSize()
Returns the size in bytes of this object into the Corosol memory heap. |
void |
setPosition(int index)
Sets the position of the first byte of the memory allocated for the object representing by this JAllocatable object into the Corosol heap memory. |
| Method Detail |
|---|
int getPosition()
void setPosition(int index)
index - the position of the first byte of the memory allocated for
this object into the Corosol heap memory.int getSize()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||