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 UniVocityFixedWidthDataFormat
UniVocityFixedWidthDataFormat. setFieldLengths(int[] fieldLengths)
Sets the field lengths It's used to construct uniVocityFixedWidthFields
instance.UniVocityFixedWidthDataFormat
UniVocityFixedWidthDataFormat. setPadding(Character padding)
Sets the padding symbol.UniVocityFixedWidthDataFormat
UniVocityFixedWidthDataFormat. setRecordEndsOnNewline(Boolean recordEndsOnNewline)
Sets whether or not the record ends on new lineUniVocityFixedWidthDataFormat
UniVocityFixedWidthDataFormat. setSkipTrailingCharsUntilNewline(Boolean skipTrailingCharsUntilNewline)
Sets whether or not trailing characters until new line must be ignored.
-