public abstract class DatatypeIterator extends Object implements DataIterator
Modifier | Constructor and Description |
---|---|
protected |
DatatypeIterator(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,
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, wait
forEachRemaining
protected DatatypeIterator(Structure struct, int bufferSize)
protected abstract Object makeDatatypeWithData(int recnum, StructureData sdata) throws IOException
IOException
public boolean hasNext()
DataIterator
hasNext
in interface Iterator
hasNext
in interface DataIterator
public Object nextData() throws IOException
DataIterator
nextData
in interface DataIterator
IOException
public Object next()
DataIterator
next
in interface Iterator
next
in interface DataIterator
Copyright © 1999–2019 UCAR/Unidata. All rights reserved.