|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jocl.Struct
public abstract class Struct
Nested Class Summary | |
---|---|
static class |
Struct.Array<T extends Struct>
|
Field Summary | |
---|---|
java.nio.ByteBuffer |
byteBuffer
|
Constructor Summary | |
---|---|
protected |
Struct()
|
Method Summary | ||
---|---|---|
static
|
allocateArray(java.lang.Class<T> structClass,
int elements)
|
|
void |
read()
|
|
void |
visualize()
|
|
void |
write()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public java.nio.ByteBuffer byteBuffer
Constructor Detail |
---|
protected Struct()
Method Detail |
---|
public static <T extends Struct> Struct.Array<T> allocateArray(java.lang.Class<T> structClass, int elements)
public void visualize()
public void write()
public void read()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |