com.jogamp.common.nio
Class Int64Buffer
java.lang.Object
com.jogamp.common.nio.AbstractBuffer
com.jogamp.common.nio.AbstractLongBuffer
com.jogamp.common.nio.Int64Buffer
- All Implemented Interfaces:
- NativeBuffer
public abstract class Int64Buffer
- extends AbstractLongBuffer
Hardware independent container for native int64_t arrays.
The native values (NIO direct ByteBuffer) are always 64bit wide.
- Author:
- Michael Bien, Sven Gothel
Constructor Summary |
protected |
Int64Buffer(java.nio.ByteBuffer bb)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Int64Buffer
protected Int64Buffer(java.nio.ByteBuffer bb)
allocate
public static Int64Buffer allocate(int size)
allocateDirect
public static Int64Buffer allocateDirect(int size)
wrap
public static Int64Buffer wrap(java.nio.ByteBuffer src)
elementSize
public static int elementSize()
toString
public java.lang.String toString()
- Overrides:
toString
in class AbstractBuffer