|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.opengl.impl.InternalBufferUtils
public class InternalBufferUtils
Utility routines available only to the JOGL implementation.
Constructor Summary | |
---|---|
InternalBufferUtils()
|
Method Summary | |
---|---|
static java.nio.ByteBuffer |
newDirectByteBuffer(long address,
int capacity)
Allocates a new direct byte buffer at the given address with the given capacity. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public InternalBufferUtils()
Method Detail |
---|
public static java.nio.ByteBuffer newDirectByteBuffer(long address, int capacity)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |