T - the type of Java Objects that should be returned by this
DataReaderpublic interface DataReader<T>
extends java.lang.Iterable<T>
| Modifier and Type | Method and Description |
|---|---|
T |
get()
Obtain the next entity of data.
|
boolean |
next()
Check if more data is available on this DataReader.
|
T get() throws java.io.IOException
java.io.IOException - in case an exception occurs while reading databoolean next()