encoding
Toggle table of contents
2.4.0
common
Platform filter
common
Switch theme
Search in API
encoding
core
/
io.matthewnelson.encoding.core
/
Decoder
/
OutFeed
Out
Feed
fun
interface
OutFeed
(
source
)
A callback for returning decoded bytes as they are produced by
Decoder.Feed
.
See also
Decoder.
new
Decoder
Feed
Members
Functions
output
Link copied to clipboard
abstract
fun
output
(
decoded
:
Byte
)