Example usage for Java org.springframework.batch.item ItemStreamReader fields, constructors, methods, implement or subclass
The text is from its open source code.
void | close() If any resources are needed for the stream to operate they need to be destroyed here. |
void | open(ExecutionContext executionContext) Open the stream for the provided ExecutionContext . |
T | read() Reads a piece of input data and advance to the next one. |