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

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

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

Methods in org.jmonks.batch.io.flat that return FixedWidthFlatFileRecordSpec
static FixedWidthFlatFileRecordSpec FixedWidthFlatFileRecordSpec.createFixedWidthFlatFileRecordSpec(org.w3c.dom.Element recordSpecElement)
          Factory method to create the fixed width flat record spec from the given DOM Element representing the record-spec element in the file spec.