public class LongLongByReference extends AbstractPrimitiveReference<java.lang.Long>
value
Constructor and Description |
---|
LongLongByReference(java.lang.Long value)
Creates a new reference to a native longlong value
|
Modifier and Type | Method and Description |
---|---|
void |
marshal(java.nio.ByteBuffer buffer)
Copies the Byte value to native memory
|
int |
nativeSize()
Gets the native size of type of reference in bytes.
|
void |
unmarshal(java.nio.ByteBuffer buffer)
Copies the Byte value from native memory
|
getValue, nativeType, setValue
public LongLongByReference(java.lang.Long value)
value
- the initial native valuepublic void marshal(java.nio.ByteBuffer buffer)
buffer
- the native memory bufferpublic void unmarshal(java.nio.ByteBuffer buffer)
buffer
- the native memory buffer.public final int nativeSize()