public class ZarrLayoutBB
extends java.lang.Object
implements ucar.nc2.iosp.LayoutBB
| Constructor and Description |
|---|
ZarrLayoutBB(ucar.nc2.Variable v2,
ucar.ma2.Section wantSection,
ucar.unidata.io.RandomAccessFile raf) |
| Modifier and Type | Method and Description |
|---|---|
int |
getElemSize() |
long |
getTotalNelems() |
boolean |
hasNext() |
ucar.nc2.iosp.LayoutBB.Chunk |
next() |
public ZarrLayoutBB(ucar.nc2.Variable v2,
ucar.ma2.Section wantSection,
ucar.unidata.io.RandomAccessFile raf)
public long getTotalNelems()
getTotalNelems in interface ucar.nc2.iosp.LayoutgetTotalNelems in interface ucar.nc2.iosp.LayoutBBpublic int getElemSize()
getElemSize in interface ucar.nc2.iosp.LayoutgetElemSize in interface ucar.nc2.iosp.LayoutBBpublic boolean hasNext()
hasNext in interface ucar.nc2.iosp.LayouthasNext in interface ucar.nc2.iosp.LayoutBBpublic ucar.nc2.iosp.LayoutBB.Chunk next()
next in interface ucar.nc2.iosp.Layoutnext in interface ucar.nc2.iosp.LayoutBB