LayoutBB.Chunk
Constructor and Description |
---|
ZarrLayoutBB(Variable v2,
Section wantSection,
RandomAccessFile raf) |
Modifier and Type | Method and Description |
---|---|
int |
getElemSize()
Get size of each element in bytes.
|
long |
getTotalNelems()
Get total number of elements in the wanted subset.
|
boolean |
hasNext()
Is there more to do
|
LayoutBB.Chunk |
next()
Get the next chunk
|
public ZarrLayoutBB(Variable v2, Section wantSection, RandomAccessFile raf)
public long getTotalNelems()
LayoutBB
getTotalNelems
in interface Layout
getTotalNelems
in interface LayoutBB
public int getElemSize()
LayoutBB
getElemSize
in interface Layout
getElemSize
in interface LayoutBB
public boolean hasNext()
LayoutBB