public class FixedLengthPreprocessor extends FlatPreprocessor
Preprocessor for a fixed length stream format.propertyRoot, stream| Constructor and Description |
|---|
FixedLengthPreprocessor(StreamConfig stream)
Constructs a new FixedLengthPreprocessor.
|
| Modifier and Type | Method and Description |
|---|---|
protected int |
getSize(FieldConfig field)
Returns the size of a field.
|
protected boolean |
isFixedLength()
Returns whether the stream format is fixed length.
|
finalizeRecord, finalizeSegment, handleField, initializeRecord, initializeSegmentfinalizeGroup, finalizeStream, handleConstant, initializeGroup, initializeStream, validateRecordIdentifyingCriteriagetParent, handleComponent, processpublic FixedLengthPreprocessor(StreamConfig stream)
stream - the stream configuration to pre-processprotected int getSize(FieldConfig field)
FlatPreprocessorgetSize in class FlatPreprocessorfield - the field to sizeprotected boolean isFixedLength()
FlatPreprocessorisFixedLength in class FlatPreprocessor