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

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

public class LineDelimitedByteScanner
extends java.lang.Object
implements FlatFileScanner


Constructor Summary
LineDelimitedByteScanner(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

LineDelimitedByteScanner

public LineDelimitedByteScanner(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