Config
protected constructor(isLenient: Boolean?, lineBreakInterval: Byte, lineBreakResetOnFlush: Boolean, paddingChar: Char?, maxDecodeEmit: Int, maxEncodeEmit: Int, backFillBuffers: Boolean)(source)
Instantiates a new Config instance.
Throws
IllegalArgumentException
If maxDecodeEmit is less than 1 or greater than 255, or if maxEncodeEmit is less than 1 or greater than 255.