com.servingxml.components.flatfile.scanner.characters
Class FixedLineLengthCharScanner

java.lang.Object
  extended by com.servingxml.components.flatfile.scanner.characters.FixedLineLengthCharScanner
All Implemented Interfaces:
FlatFileScanner

public class FixedLineLengthCharScanner
extends java.lang.Object
implements FlatFileScanner


Constructor Summary
FixedLineLengthCharScanner(FlatRecordReader[] headerReaders, FlatRecordReader[] trailerReaders, FlatFileOptions flatFileOptions)
           
 
Method Summary
 void scan(ServiceContext context, Flow flow, java.io.InputStream is, FlatContentReceiver receiver)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FixedLineLengthCharScanner

public FixedLineLengthCharScanner(FlatRecordReader[] headerReaders,
                                  FlatRecordReader[] trailerReaders,
                                  FlatFileOptions flatFileOptions)
Method Detail

scan

public void scan(ServiceContext context,
                 Flow flow,
                 java.io.InputStream is,
                 FlatContentReceiver receiver)
Specified by:
scan in interface FlatFileScanner