Interface RecordLength.Builder

  • Method Details

    • max

      The maximum record length. In case of fixed, both minimum and maximum are the same.

      Parameters:
      max - The maximum record length. In case of fixed, both minimum and maximum are the same.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • min

      The minimum record length of a record.

      Parameters:
      min - The minimum record length of a record.
      Returns:
      Returns a reference to this object so that method calls can be chained together.