|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jogamp.common.nio.AbstractBuffer<B>
com.jogamp.common.nio.AbstractLongBuffer<Int64Buffer>
com.jogamp.common.nio.Int64Buffer
public abstract class Int64Buffer
Hardware independent container for native int64_t arrays. The native values (NIO direct ByteBuffer) are always 64bit wide.
Field Summary |
---|
Fields inherited from class com.jogamp.common.nio.AbstractLongBuffer |
---|
backup |
Fields inherited from class com.jogamp.common.nio.AbstractBuffer |
---|
bb, capacity, position |
Constructor Summary | |
---|---|
protected |
Int64Buffer(ByteBuffer bb)
|
Method Summary | |
---|---|
static Int64Buffer |
allocate(int size)
|
static Int64Buffer |
allocateDirect(int size)
|
static int |
elementSize()
|
String |
toString()
|
static Int64Buffer |
wrap(ByteBuffer src)
|
Methods inherited from class com.jogamp.common.nio.AbstractLongBuffer |
---|
array, get, get, get, hasArray, put, put, put, put |
Methods inherited from class com.jogamp.common.nio.AbstractBuffer |
---|
arrayOffset, capacity, getBuffer, hasRemaining, isDirect, limit, position, position, remaining, rewind |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
protected Int64Buffer(ByteBuffer bb)
Method Detail |
---|
public static Int64Buffer allocate(int size)
public static Int64Buffer allocateDirect(int size)
public static Int64Buffer wrap(ByteBuffer src)
public static int elementSize()
public String toString()
toString
in class AbstractBuffer<Int64Buffer>
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |