public abstract class DatatypeIterator extends Object implements DataIterator
| Modifier | Constructor and Description |
|---|---|
protected |
DatatypeIterator(ucar.nc2.Structure struct,
int bufferSize)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext()
Deprecated.
true if another "DataType" object is available
|
protected abstract Object |
makeDatatypeWithData(int recnum,
ucar.ma2.StructureData sdata)
Deprecated.
|
Object |
next()
Deprecated.
Returns the next "DataType" object.
|
Object |
nextData()
Deprecated.
Returns the next "DataType" object
|
void |
remove()
Deprecated.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingprotected DatatypeIterator(ucar.nc2.Structure struct,
int bufferSize)
protected abstract Object makeDatatypeWithData(int recnum, ucar.ma2.StructureData sdata) throws IOException
IOExceptionpublic boolean hasNext()
DataIteratorhasNext in interface IteratorhasNext in interface DataIteratorpublic Object nextData() throws IOException
DataIteratornextData in interface DataIteratorIOExceptionpublic Object next()
DataIteratornext in interface Iteratornext in interface DataIterator