public static interface Layout.Chunk
Modifier and Type | Method and Description |
---|---|
long |
getDestElem()
Get starting element position as a 1D element index into the destination, eg the requested array with shape
"wantSection".
|
int |
getNelems()
Get number of elements to transfer contiguously (Note: elements, not bytes)
|
long |
getSrcPos()
Get the position in source where to read or write: "file position"
|
long getDestElem()
int getNelems()
long getSrcPos()