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