org.beanio.stream.fixedlength
Class FixedLengthReaderFactory
java.lang.Object
   org.beanio.stream.fixedlength.FixedLengthReaderConfiguration
org.beanio.stream.fixedlength.FixedLengthReaderConfiguration
       org.beanio.stream.fixedlength.FixedLengthReaderFactory
org.beanio.stream.fixedlength.FixedLengthReaderFactory
- All Implemented Interfaces: 
- RecordReaderFactory
- public class FixedLengthReaderFactory 
- extends FixedLengthReaderConfiguration- implements RecordReaderFactory
This record reader factory is used to create and configure a FixedLengthReader.
- Since:
- 1.0
- Author:
- Kevin Seim
- See Also:
- FixedLengthReader
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
FixedLengthReaderFactory
public FixedLengthReaderFactory()
createReader
public RecordReader createReader(Reader in)
- Description copied from interface: RecordReaderFactory
- Creates a new RecordReader to read from an input stream.
 
- 
- Specified by:
- createReaderin interface- RecordReaderFactory
 
- 
- Parameters:
- in- the input stream to read from
- Returns:
- the new RecordReader
 
Copyright © 2010-2012 Kevin Seim