org.beanio.stream.delimited
Class DelimitedReaderFactory
java.lang.Object
org.beanio.stream.delimited.DelimitedReaderConfiguration
org.beanio.stream.delimited.DelimitedReaderFactory
- All Implemented Interfaces:
- RecordReaderFactory
public class DelimitedReaderFactory
- extends DelimitedReaderConfiguration
- implements RecordReaderFactory
This record reader factory is used to create and configure a DelimitedReader.
- Since:
- 1.0
- Author:
- Kevin Seim
- See Also:
DelimitedReader
Methods inherited from class org.beanio.stream.delimited.DelimitedReaderConfiguration |
getComments, getDelimiter, getEscape, getLineContinuationCharacter, getRecordTerminator, isCommentEnabled, isEscapeEnabled, isLineContinationEnabled, setComments, setDelimiter, setEscape, setLineContinuationCharacter, setRecordTerminator |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DelimitedReaderFactory
public DelimitedReaderFactory()
createReader
public RecordReader createReader(Reader in)
- Description copied from interface:
RecordReaderFactory
- Creates a new RecordReader to read from an input stream.
- Specified by:
createReader
in interface RecordReaderFactory
- Parameters:
in
- the input stream to read from
- Returns:
- the new RecordReader
Copyright © 2010-2012 Kevin Seim