A B C G O P R S T W

A

allocateBuffer(Struct...) - Static method in class org.jocl.struct.Buffers
Allocates a new ByteBuffer that has a size and alignment that is sufficient to buffer the given objects.
allocateBuffer(ByteOrder, Struct...) - Static method in class org.jocl.struct.Buffers
Allocates a new ByteBuffer that has a size and alignment that is sufficient to buffer the given objects, and has the given byte order.
allocateBuffer(T...) - Static method in class org.jocl.struct.Buffers
Allocates a new ByteBuffer that has a size and alignment that is sufficient to buffer the given objects.
allocateBuffer(ByteOrder, T...) - Static method in class org.jocl.struct.Buffers
Allocates a new ByteBuffer that has a size and alignment that is sufficient to buffer the given objects, and has the given byte order.
ArrayLength - Annotation Type in org.jocl.struct
This annotation may be used to specify the length of arrays inside a Struct.

A B C G O P R S T W