Package | Description |
---|---|
org.springframework.batch.item.file |
Infrastructure implementations of io file concerns.
|
org.springframework.batch.item.support |
Internal support package
|
org.springframework.batch.item.xml |
Infrastructure implementations of xml input and output.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ResourceAwareItemReaderItemStream<T>
|
Modifier and Type | Class and Description |
---|---|
class |
FlatFileItemReader<T>
Restartable
ItemReader that reads lines from input FlatFileItemReader.setResource(Resource) . |
Modifier and Type | Class and Description |
---|---|
class |
SingleItemPeekableItemReader<T>
A
PeekableItemReader that allows the user to peek one item ahead. |
Modifier and Type | Class and Description |
---|---|
class |
StaxEventItemReader<T>
Item reader for reading XML input based on StAX.
|
Copyright © 2014 Pivotal. All rights reserved.