TextLineDecoder.getMaxLineLength

@return the allowed maximum size of the line to be decoded. If the size of the line to be decoded exceeds this value, the decoder will throw a {@link BufferDataException}. The default value is <tt>1024</tt> (1KB).

class TextLineDecoder
int
getMaxLineLength
()

Meta