Interface IBatchReader
-
- All Known Implementing Classes:
AbstractFileSeriesReader,EmptyFileSeriesReader,FileSeriesReader
public interface IBatchReader
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclose()booleanhasNextBatch()BatchDatanextBatch()
-
-
-
Method Detail
-
hasNextBatch
boolean hasNextBatch() throws java.io.IOException- Throws:
java.io.IOException
-
nextBatch
BatchData nextBatch() throws java.io.IOException
- Throws:
java.io.IOException
-
close
void close() throws java.io.IOException- Throws:
java.io.IOException
-
-