The Process1
backing this StreamEncoder[A]
.
The Process1
backing this StreamEncoder[A]
. All functions on StreamEncoder
are defined in terms of this Process1
.
Run this StreamEncoder
, followed by e
.
Convert this StreamEncoder
to output bits in the given chunk size.
Convert this StreamEncoder
to output bits in the given chunk size.
Only the last chunk may have fewer than bitsPerChunk
bits.
Transform the input type of this StreamEncoder
.
Transform the input type of this StreamEncoder
using the given transducer.
Modify the Process1
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.
Transform the output BitVector
values produced by this encoder.
Statefully transform the output BitVector
values produced by this encoder.
Encode at most n
values.
(Since version 1.7.0) Use widenOpt instead
A streaming encoding process, represented as a
Process1[A,BitVector]
.