public static interface LayoutBB.Chunk extends Layout.Chunk
Modifier and Type | Method and Description |
---|---|
ByteBuffer |
getByteBuffer() |
long |
getDestElem()
Get starting element position as a 1D element index into the destination, eg the requested array with shape
"wantSection".
|
DoubleBuffer |
getDoubleBuffer() |
FloatBuffer |
getFloatBuffer() |
IntBuffer |
getIntBuffer() |
LongBuffer |
getLongBuffer() |
int |
getNelems()
Get number of elements to transfer contiguously (Note: elements, not bytes)
|
ShortBuffer |
getShortBuffer() |
int |
getSrcElem()
Get the position in source
|
getSrcPos
int getSrcElem()
ByteBuffer getByteBuffer()
ShortBuffer getShortBuffer()
IntBuffer getIntBuffer()
FloatBuffer getFloatBuffer()
DoubleBuffer getDoubleBuffer()
LongBuffer getLongBuffer()
int getNelems()
getNelems
in interface Layout.Chunk
long getDestElem()
getDestElem
in interface Layout.Chunk