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

`Decoder.newDecoderFeed` should have a `Protected` function like `Encoder` #83

Closed 05nelsonm closed 1 year ago

05nelsonm commented 1 year ago

To mitigate potential breaking of APIs, the Decoder.newDecoderFeed function should be implemented in Decoder, and call newDecoderFeedProtected to reserve the ability to intercept the Decoder.OutFeed w/o breaking the API.