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
|
getSrcPosByteBuffer getByteBuffer()
long getDestElem()
getDestElem in interface Layout.ChunkDoubleBuffer getDoubleBuffer()
FloatBuffer getFloatBuffer()
IntBuffer getIntBuffer()
LongBuffer getLongBuffer()
int getNelems()
getNelems in interface Layout.ChunkShortBuffer getShortBuffer()
int getSrcElem()