com.jogamp.gluegen.runtime
Class BufferFactoryInternal
java.lang.Object
com.jogamp.gluegen.runtime.BufferFactoryInternal
public class BufferFactoryInternal
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BufferFactoryInternal
public BufferFactoryInternal()
getDirectBufferAddress
public static long getDirectBufferAddress(Buffer buf)
newDirectByteBuffer
public static ByteBuffer newDirectByteBuffer(long address,
int capacity)
newCString
public static long newCString(String str)
freeCString
public static void freeCString(long cStr)
newJavaString
public static String newJavaString(long cStr)
arrayBaseOffset
public static int arrayBaseOffset(Object array)
arrayIndexScale
public static int arrayIndexScale(Object array)