|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FieldSpec | |
org.jmonks.batch.io | Defines API for the clients to read records from the file and write records into the file. |
org.jmonks.batch.io.flat | Flat file implementation for the IO API. |
Uses of FieldSpec in org.jmonks.batch.io |
Methods in org.jmonks.batch.io with parameters of type FieldSpec | |
protected boolean |
RecordSpec.addFieldSpec(FieldSpec fieldSpec)
Adds the given field spec object to the record spec. |
Uses of FieldSpec in org.jmonks.batch.io.flat |
Subclasses of FieldSpec in org.jmonks.batch.io.flat | |
class |
DelimitedFlatFileFieldSpec
DelimitedFlatFileFieldSpec represents field-spec element in the record spec
element belongs to the delimited flat file type. |
class |
FixedWidthFlatFileFieldSpec
FixedWidthFlatFileFieldSpec represents field-spec element in the record spec
belongs to the fixed width flat file type. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |