|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface Layout.Chunk
A chunk of data that is contiguous in both the source and destination. Read nelems from src at filePos, store in destination at startElem. (or) Write nelems to file at filePos, from array at startElem.
Method Summary | |
---|---|
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" |
Method Detail |
---|
long getSrcPos()
int getNelems()
long getDestElem()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |