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