Class FixedLengthMarshallingContext

    • Constructor Detail

      • FixedLengthMarshallingContext

        public FixedLengthMarshallingContext()
    • Method Detail

      • setFieldText

        public void setFieldText​(int position,
                                 java.lang.String text,
                                 boolean commit)
        Inserts field text into the record being marshalled.
        Parameters:
        position - the position of the field in the record
        text - the field text to insert
        commit - true to commit the current field length, or false if the field is optional and should not extend the record length unless a subsequent field is appended to the record