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

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

public class LineDelimitedCharScanner
extends java.lang.Object
implements FlatFileScanner


Constructor Summary
LineDelimitedCharScanner(int headerRecordCount, int trailerRecordCount, 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

LineDelimitedCharScanner

public LineDelimitedCharScanner(int headerRecordCount,
                                int trailerRecordCount,
                                FlatFileOptions flatFileOptions)
Method Detail

scan

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