com.kenai.jaffl.byref
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
|
Parameters: buffer the native memory buffer.
Returns: the size in bytes of the native type
Parameters: buffer the native memory buffer.