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()
LayoutBBgetTotalNelems in interface LayoutgetTotalNelems in interface LayoutBBpublic int getElemSize()
LayoutBBgetElemSize in interface LayoutgetElemSize in interface LayoutBBpublic boolean hasNext()
LayoutBB