Class FixedLengthPreprocessor

    • Constructor Detail

      • FixedLengthPreprocessor

        public FixedLengthPreprocessor​(StreamConfig stream)
        Constructs a new FixedLengthPreprocessor.
        Parameters:
        stream - the stream configuration to pre-process
    • Method Detail

      • isFixedLength

        protected boolean isFixedLength()
        Description copied from class: FlatPreprocessor
        Returns whether the stream format is fixed length.
        Overrides:
        isFixedLength in class FlatPreprocessor
        Returns:
        true if fixed length, false otherwise