toggle menu
encoding
2.3.0
common
switch theme
search in API
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
)