Package io.github.kelsoncm.fwf.columns


package io.github.kelsoncm.fwf.columns
  • Classes
    Class
    Description
    Base abstract class representing a column within a Fixed Width File layout.
    Character column representing a left-aligned, space-padded string.
    Date column supporting custom formatting and zero-padding for null values.
    DateTime column supporting custom Python-style date-time format placeholders and zero-padding.
    Positive decimal column with a fixed number of decimal places, formatted with leading zeros.
    Positive integer column represented as a zero-padded string of digits.
    Character column representing a right-aligned, space-padded string.
    Time column supporting custom formatting and zero-padding for null values.