Uses of Class
org.jmonks.batch.io.flat.FlatFileReader

Packages that use FlatFileReader
org.jmonks.batch.io.flat Flat file implementation for the IO API. 
 

Uses of FlatFileReader in org.jmonks.batch.io.flat
 

Subclasses of FlatFileReader in org.jmonks.batch.io.flat
 class DelimitedFlatFileReader
           DelimitedFlatFileReader reads the specified delimited flat file according to the given file spec and returns the recrods on the needed basis.
 class FixedWidthFlatFileReader
           FixedWidthFlatFileReader reads the specified fixed width flat file according to the given file spec and returns the recrods on the needed basis.