flush

abstract fun flush()(source)

Flushes any buffered input of the Feed without closing it, performing final encoding/decoding operations for that chunk of data.

Useful in the event you are performing encoding/decoding operations with a single feed on multiple inputs.

See also

Throws

if isClosed is true, or there was an error encoding/decoding.