com.kenai.jaffl.byref
public class AddressByReference extends AbstractPrimitiveReference<Address>
| Constructor Summary | |
|---|---|
| AddressByReference(Address value)
Creates a new reference to an address value
| |
| Method Summary | |
|---|---|
| void | marshal(ByteBuffer buffer)
Copies the address value to native memory
|
| int | nativeSize()
Gets the native size of type of reference
|
| void | unmarshal(ByteBuffer buffer)
Copies the address value from native memory
|
Parameters: value the initial native value
Parameters: buffer the native memory buffer
Returns: Integer.SIZE
Parameters: buffer the native memory buffer.