Class FooterRowDescriptor

java.lang.Object
io.github.kelsoncm.fwf.descriptors.RowDescriptor
io.github.kelsoncm.fwf.descriptors.FooterRowDescriptor

public class FooterRowDescriptor extends RowDescriptor
Row descriptor specialized for footer records.
  • Constructor Details

    • FooterRowDescriptor

      public FooterRowDescriptor(List<AbstractColumn> columns)
      Constructs a new FooterRowDescriptor with a list of column definitions.
      Parameters:
      columns - non-null, non-empty list of AbstractColumn instances