isLenient

@JvmField
val isLenient: Boolean?(source)

If true, the characters ('\n', '\r', ' ', '\t') will be skipped over (i.e. allowed but ignored) during decoding operations. If false, a MalformedEncodingException will be thrown when those characters are encountered. If null, those characters are passed along to the Decoder.Feed implementation as input.