|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface StructureDataIterator
An iterator over StructureData.
Method Summary | |
---|---|
int |
getCurrentRecno()
|
boolean |
hasNext()
See if theres more StructureData in the iteration. |
StructureData |
next()
Get the next StructureData in the iteration. |
StructureDataIterator |
reset()
Start the iteration over again. |
void |
setBufferSize(int bytes)
Hint to use this much memory in buffering the iteration. |
Method Detail |
---|
boolean hasNext() throws IOException
IOException
- on read errorStructureData next() throws IOException
IOException
- on read errorvoid setBufferSize(int bytes)
bytes
- amount of memory in bytesStructureDataIterator reset()
int getCurrentRecno()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |