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

Expose `Encoder.LineBreakOutFeed` #109

Closed 05nelsonm closed 1 year ago

05nelsonm commented 1 year ago

Currently, Encoder.LineBreakOutFeed is a private inner class, only usable if the encoder is configured with lineBreakInterval is set to a value greater than 0. Moving this to package io.matthewnelson.encoding.core.util and exposing would open up the possibility for others to utilize when using Encoder.Feed directly, if need be.