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 IOException- Throws:
IOException
-
nextBatch
BatchData nextBatch() throws IOException
- Throws:
IOException
-
close
void close() throws IOException- Throws:
IOException
-
-