FixedLength

An EndMarking where the String is always encoded as a fixed length length. If the string is longer, its final characters will be dropped. If it is smaller, it will be padded with null characters.

Constructors

Link copied to clipboard
constructor(length: Int)

Properties

Link copied to clipboard
val length: Int