05nelsonm / encoding

A Kotlin Multiplatform library for configurable, streamable, efficient and extensible Encoding/Decoding with support for base16/32/64.
Apache License 2.0
33 stars 5 forks source link

`EncoderDecoder.Config.isLenient` should be nullable #58

Closed 05nelsonm closed 1 year ago

05nelsonm commented 1 year ago

Some encoders might want to do something with those characters. The base abstraction should be Boolean? such that, when set to null, it will EncoderDecoder.Feed will do nothing and pass it along to the implementation.