org.jocl
Class Struct.Array<T extends Struct>

java.lang.Object
  extended by org.jocl.Struct.Array<T>
Enclosing class:
Struct

public static class Struct.Array<T extends Struct>
extends java.lang.Object


Method Summary
 T get(int index)
           
 java.nio.Buffer getData()
           
 void read()
           
 int size()
           
 void write()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

get

public T get(int index)

size

public int size()

read

public void read()

write

public void write()

getData

public java.nio.Buffer getData()