TextLineEncoder.getMaxLineLength

@return 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}.

class TextLineEncoder
int
getMaxLineLength
()

Meta