Class FixedLengthFieldPadding


  • public class FixedLengthFieldPadding
    extends FieldPadding
    FieldPadding implementation for a fixed length field.

    Fixed length padding differs from other field padding in that a completely blank optional field (i.e. all spaces) is formatted as the empty string regardless of the filler character, thus allowing for optional numeric fields.

    Since:
    2.0
    • Constructor Detail

      • FixedLengthFieldPadding

        public FixedLengthFieldPadding()