WrapOptions

Contains options for wrapping (line folding) in X12 EDI files. Wrapping controls how long lines are handled in the EDI output.

Types

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

Properties

Link copied to clipboard

Specifies the maximum length of a line before wrapping occurs. This value is used when wrapBy is set to LINE_LENGTH.

Link copied to clipboard

Specifies the character sequence used to terminate lines when wrapping. Valid values:

Link copied to clipboard

Specifies the method used for wrapping lines in the EDI output. Valid values:

Functions

Link copied to clipboard
inline fun copy(block: WrapOptions.Builder.() -> Unit = {}): WrapOptions
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