isLenient

@JvmField
val isLenient: Boolean?(source)

Parameters

isLenient

If true, decoding will skip over spaces and new lines ('\n', '\r', ' ', '\t'). If false, an EncodingException will be thrown when encountering those characters. If null, those characters are passed along to Decoder.Feed.consumeProtected.