|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ByReference<T>
Method Summary | |
---|---|
T |
getValue()
|
void |
marshal(ByteBuffer buffer)
Copies the java value to native memory |
int |
nativeSize()
Gets the size of the native buffer required to store the value |
void |
unmarshal(ByteBuffer buffer)
Copies the java value from native memory |
Method Detail |
---|
int nativeSize()
void marshal(ByteBuffer buffer)
buffer
- the native memory buffer.void unmarshal(ByteBuffer buffer)
buffer
- the native memory buffer.T getValue()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |