|
intarsys nativeC library | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface INativeObject
The Java object representation of a c memory construct.
The INativeObject
has a reference to c memory (the
INativeHandle
and "marshalling" methods "getValue" and "setValue" to
get and set the Java representation.
Method Summary | |
---|---|
byte[] |
getBytes()
The bytes that make up the INativeObject . |
INativeHandle |
getNativeHandle()
The INativeHandle to the c memory for the object. |
Object |
getValue()
A Java side representation from the memory. |
void |
setValue(Object value)
Assign (and marshall to memory) the Java side representation. |
Method Detail |
---|
byte[] getBytes()
INativeObject
.
INativeObject
.INativeHandle getNativeHandle()
INativeHandle
to the c memory for the object.
Object getValue()
INativeObject
.void setValue(Object value)
value
- The new Java value.
|
intarsys nativeC library | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |