Example usage for org.springframework.batch.item.file ResourceAwareItemReaderItemStream interface-usage

List of usage examples for org.springframework.batch.item.file ResourceAwareItemReaderItemStream interface-usage

Introduction

In this page you can find the example usage for org.springframework.batch.item.file ResourceAwareItemReaderItemStream interface-usage.

Usage

From source file org.springframework.batch.item.file.FlatFileItemReader.java

/**
 * Restartable {@link ItemReader} that reads lines from input {@link #setResource(Resource)}. Line is defined by the
 * {@link #setRecordSeparatorPolicy(RecordSeparatorPolicy)} and mapped to item using {@link #setLineMapper(LineMapper)}.
 * If an exception is thrown during line mapping it is rethrown as {@link FlatFileParseException} adding information
 * about the problematic line and its line number.
 * 

From source file lcn.module.batch.core.item.file.FlatFileByteReader.java

/**
 * Flat File? Byte ? 
 * 
 * @author 
 * @since 2012. 07.30
 * @version 1.0

From source file egovframework.rte.bat.core.item.file.EgovFlatFileByteReader.java

/**
 * Flat File? Byte ? 
 * 
 * @author 
 * @since 2012. 07.30
 * @version 1.0

From source file org.emonocot.job.io.StaxEventItemReader.java

/**
 * Item reader for reading XML input based on StAX.
 *
 * It extracts fragments from the input XML document which correspond to records
 * for processing. The fragments are wrapped with StartDocument and EndDocument
 * events so that the fragments can be further processed like standalone XML

From source file org.springframework.batch.item.xml.StaxEventItemReader.java

/**
 * Item reader for reading XML input based on StAX.
 * 
 * It extracts fragments from the input XML document which correspond to records for processing. The fragments are
 * wrapped with StartDocument and EndDocument events so that the fragments can be further processed like standalone XML
 * documents.

From source file org.jasig.ssp.util.importer.job.csv.FlatFileItemReaderNewLine.java

/**
 * Restartable {@link ItemReader} that reads lines from input {@link #setResource(Resource)}. Line is defined by the
 * {@link #setRecordSeparatorPolicy(RecordSeparatorPolicy)} and mapped to item using {@link #setLineMapper(LineMapper)}.
 * If an exception is thrown during line mapping it is rethrown as {@link FlatFileParseException} adding information
 * about the problematic line and its line number.
 *