Package com.jogamp.gluegen.runtime
Class BufferFactoryInternal
java.lang.Object
com.jogamp.gluegen.runtime.BufferFactoryInternal
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic intarrayBaseOffset(Object array) static intarrayIndexScale(Object array) static voidfreeCString(long cStr) static longstatic longnewCString(String str) static ByteBuffernewDirectByteBuffer(long address, int capacity) static StringnewJavaString(long cStr)
-
Constructor Details
-
BufferFactoryInternal
public BufferFactoryInternal()
-
-
Method Details
-
getDirectBufferAddress
-
newDirectByteBuffer
-
newCString
-
freeCString
public static void freeCString(long cStr) -
newJavaString
-
arrayBaseOffset
-
arrayIndexScale
-