TextLineEncoder.setMaxLineLength

Sets the allowed maximum size of the encoded line. If the size of the encoded line exceeds this value, the encoder will throw a {@link IllegalArgumentException}. The default value is {@link Integer#MAX_VALUE}.

@param maxLineLength The maximum line length

class TextLineEncoder
void
setMaxLineLength

Meta