Package ucar.nc2.iosp
Interface LayoutBBTiled.DataChunkIterator
-
- Enclosing class:
- LayoutBBTiled
public static interface LayoutBBTiled.DataChunkIterator
An iterator over the data chunks.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
hasNext()
LayoutBBTiled.DataChunk
next()
-
-
-
Method Detail
-
hasNext
boolean hasNext()
-
next
LayoutBBTiled.DataChunk next() throws IOException
- Throws:
IOException
-
-