org.beanio.stream.csv
Class CsvReaderFactory
java.lang.Object
org.beanio.stream.csv.CsvReaderConfiguration
org.beanio.stream.csv.CsvReaderFactory
- All Implemented Interfaces:
- RecordReaderFactory
public class CsvReaderFactory
- extends CsvReaderConfiguration
- implements RecordReaderFactory
This reader reader factory is used to create and configure a
CsvReaderFactory.
- Since:
- 1.0
- Author:
- Kevin Seim
Methods inherited from class org.beanio.stream.csv.CsvReaderConfiguration |
getComments, getDelimiter, getEscape, getQuote, isCommentEnabled, isEscapeEnabled, isMultilineEnabled, isUnquotedQuotesAllowed, isWhitespaceAllowed, setComments, setDelimiter, setEscape, setMultilineEnabled, setQuote, setUnquotedQuotesAllowed, setWhitespaceAllowed |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CsvReaderFactory
public CsvReaderFactory()
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