org.springframework.batch.item.support
Class AbstractItemStreamItemReader<T>
java.lang.Object
org.springframework.batch.item.ItemStreamSupport
org.springframework.batch.item.support.AbstractItemStreamItemReader<T>
- All Implemented Interfaces:
- ItemReader<T>, ItemStream
public abstract class AbstractItemStreamItemReader<T>
- extends ItemStreamSupport
- implements ItemReader<T>
Base class for ItemReader
implementations.
- Author:
- Dave Syer
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.springframework.batch.item.ItemReader |
read |
AbstractItemStreamItemReader
public AbstractItemStreamItemReader()
Copyright © 2013 SpringSource. All Rights Reserved.