Package ucar.nc2.iosp.zarr
Class ZarrLayoutBB
- java.lang.Object
-
- ucar.nc2.iosp.zarr.ZarrLayoutBB
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface ucar.nc2.iosp.LayoutBB
LayoutBB.Chunk
-
-
Constructor Summary
Constructors Constructor Description ZarrLayoutBB(Variable v2, Section wantSection, RandomAccessFile raf)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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 doLayoutBB.Chunk
next()
Get the next chunk
-
-
-
Constructor Detail
-
ZarrLayoutBB
public ZarrLayoutBB(Variable v2, Section wantSection, RandomAccessFile raf)
-
-
Method Detail
-
getTotalNelems
public long getTotalNelems()
Description copied from interface:LayoutBB
Get total number of elements in the wanted subset.- Specified by:
getTotalNelems
in interfaceLayout
- Specified by:
getTotalNelems
in interfaceLayoutBB
- Returns:
- total number of elements in the wanted subset.
-
getElemSize
public int getElemSize()
Description copied from interface:LayoutBB
Get size of each element in bytes.- Specified by:
getElemSize
in interfaceLayout
- Specified by:
getElemSize
in interfaceLayoutBB
- Returns:
- size of each element in bytes.
-
hasNext
public boolean hasNext()
Description copied from interface:LayoutBB
Is there more to do
-
-