Uses of Class
org.apache.camel.dataformat.univocity.UniVocityFixedWidthDataFormat
-
-
Uses of UniVocityFixedWidthDataFormat in org.apache.camel.dataformat.univocity
Methods in org.apache.camel.dataformat.univocity that return UniVocityFixedWidthDataFormat Modifier and Type Method Description UniVocityFixedWidthDataFormatUniVocityFixedWidthDataFormat. setFieldLengths(int[] fieldLengths)Sets the field lengths It's used to construct uniVocityFixedWidthFieldsinstance.UniVocityFixedWidthDataFormatUniVocityFixedWidthDataFormat. setPadding(Character padding)Sets the padding symbol.UniVocityFixedWidthDataFormatUniVocityFixedWidthDataFormat. setRecordEndsOnNewline(Boolean recordEndsOnNewline)Sets whether or not the record ends on new lineUniVocityFixedWidthDataFormatUniVocityFixedWidthDataFormat. setSkipTrailingCharsUntilNewline(Boolean skipTrailingCharsUntilNewline)Sets whether or not trailing characters until new line must be ignored.
-