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

Change `EncoderDecoder.Feed.config` visibility from `private` to `public` #70

Closed 05nelsonm closed 1 year ago

05nelsonm commented 1 year ago

Closes #69

Also adds an example of streaming encoded data to, and decoded data from a File in the sample :app