Run this StreamEncoder
, followed by e
.
Modify the Pull
backing this StreamEncoder
.
Encode the input stream of A
values using this StreamEncoder
.
Encode the given sequence of A
values to a BitVector
, raising an exception
in the event of an encoding error.
Encode values as long as there are more inputs.
Encode at most n
values.
Transform the input type of this StreamEncoder
.
(streamEncoder: TransformSyntax[StreamEncoder, A]).xmapc(f)(g)
(Since version 1.7.0) Use widenOpt instead
A streaming encoding process, represented as a
Handle[Pure, A] => Pull[Pure, BitVector, (Handle[Pure, A], StreamEncoder[A])]
. Pull[Pure, BitVector, StreamEncoder[A]].