com.servingxml.components.flatfile.scanner.bytes
Class FixedLineLengthByteScanner

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

public class FixedLineLengthByteScanner
extends java.lang.Object
implements FlatFileScanner


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

Constructor Detail

FixedLineLengthByteScanner

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

scan

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