|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface LayoutBB.Chunk
A chunk of data that is contiguous in both the source and destination. Read nelems from ByteBuffer at filePos, store in destination at startElem.
| Method Summary | |
|---|---|
java.nio.ByteBuffer |
getByteBuffer()
|
long |
getDestElem()
Get starting element position as a 1D element index into the destination, eg the requested array with shape "wantSection". |
java.nio.DoubleBuffer |
getDoubleBuffer()
|
java.nio.FloatBuffer |
getFloatBuffer()
|
java.nio.IntBuffer |
getIntBuffer()
|
java.nio.LongBuffer |
getLongBuffer()
|
int |
getNelems()
Get number of elements to transfer contiguously (Note: elements, not bytes) |
java.nio.ShortBuffer |
getShortBuffer()
|
int |
getSrcElem()
Get the position in source |
| Method Detail |
|---|
int getSrcElem()
java.nio.ByteBuffer getByteBuffer()
java.nio.ShortBuffer getShortBuffer()
java.nio.IntBuffer getIntBuffer()
java.nio.FloatBuffer getFloatBuffer()
java.nio.DoubleBuffer getDoubleBuffer()
java.nio.LongBuffer getLongBuffer()
int getNelems()
long getDestElem()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||