StreamDecoder
object StreamDecoder
- Companion
- class
class Object
trait Matchable
class Any
Value members
Methods
Creates a stream decoder that decodes one
Input bits are buffered until the decoder is able to decode an
A
using the supplied decoder.Input bits are buffered until the decoder is able to decode an
A
.Creates a stream decoder that attempts to decode one
Input bits are buffered until the decoder is able to decode an
If decoding fails, the bits are not consumed and the stream decoder yields no values.
A
using the supplied decoder.Input bits are buffered until the decoder is able to decode an
A
.If decoding fails, the bits are not consumed and the stream decoder yields no values.
Creates a stream decoder that repeatedly decodes
If decoding fails, the read bits are not consumed and the stream decoder terminates,
having emitted any successfully decoded values earlier.
A
values until decoding fails.If decoding fails, the read bits are not consumed and the stream decoder terminates,
having emitted any successfully decoded values earlier.
Creates a stream decoder that reads the specified number of bits and then decodes
them with the supplied stream decoder. Any remainder from the inner stream decoder is
discarded.
them with the supplied stream decoder. Any remainder from the inner stream decoder is
discarded.