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

Add `EncoderLineBreakOutFeed` utility class #113

Closed 05nelsonm closed 1 year ago

05nelsonm commented 1 year ago

Closes #109

05nelsonm commented 1 year ago

I think that Encoder.newEncoderFeed should perform a check if out is an instance of EncoderLineBreakOutFeed now that this is exposed.