T - data type of the series to be readpublic interface DataReader<T>
| Modifier and Type | Method and Description |
|---|---|
T |
readData()
Read a single object
|
T |
readDataArray(int length)
Read an array of specified length.
|
T readData() throws java.io.IOException
java.io.IOException - as per java IO contractT readDataArray(int length) throws java.io.IOException
length - the length of the array to be readjava.io.IOException - as per java IO contract