Interface RecordLength.Builder

    • Method Detail

      • max

        RecordLength.Builder max​(Integer 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

        RecordLength.Builder min​(Integer 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.