Uses of Class
com.aparapi.internal.reader.ByteBuffer
-
Packages that use ByteBuffer Package Description com.aparapi.internal.reader -
-
Uses of ByteBuffer in com.aparapi.internal.reader
Fields in com.aparapi.internal.reader declared as ByteBuffer Modifier and Type Field Description private ByteBuffer
ByteReader. byteBuffer
Constructors in com.aparapi.internal.reader with parameters of type ByteBuffer Constructor Description ByteReader(ByteBuffer _byteBuffer)
Construct form a given ByteBuffer.
-