|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.kenai.jaffl.byref.AbstractPrimitiveReference<java.lang.Long>
com.kenai.jaffl.byref.LongLongByReference
public class LongLongByReference
| Field Summary |
|---|
| Fields inherited from class com.kenai.jaffl.byref.AbstractPrimitiveReference |
|---|
value |
| Constructor Summary | |
|---|---|
LongLongByReference(java.lang.Long value)
Creates a new reference to a native longlong value |
|
| Method Summary | |
|---|---|
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 |
| Methods inherited from class com.kenai.jaffl.byref.AbstractPrimitiveReference |
|---|
getValue, nativeType, setValue |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LongLongByReference(java.lang.Long value)
value - the initial native value| Method Detail |
|---|
public 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()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||