public interface IterativeReader<T>
| Modifier and Type | Field and Description |
|---|---|
static IterativeReader<Object> |
EMPTY_READER
The empty IterativeReader.
|
static final IterativeReader<Object> EMPTY_READER
boolean hasNext()
true if the reader has more elements.
(In other words, returns true if next() would
return an element rather than throwing an exception.)true if the reader has more elementsT next() throws IOException
IOException - if there is an io exceptionvoid close()
throws IOException
IOException - If an I/O error occursCopyright © 2016. All Rights Reserved.