|
||||||||||
| 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(java.nio.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(java.nio.ByteBuffer buffer)
Copies the java value from native memory |
| Method Detail |
|---|
int nativeSize()
void marshal(java.nio.ByteBuffer buffer)
buffer - the native memory buffer.void unmarshal(java.nio.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 | |||||||||