RecordLength

The length of the records in the data set.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val max: Int

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

Link copied to clipboard
val min: Int

The minimum record length of a record.

Functions

Link copied to clipboard
inline fun copy(block: RecordLength.Builder.() -> Unit = {}): RecordLength
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String