DecodeState

fs2.protocols.mpeg.transport.Demultiplexer.DecodeState
See theDecodeState companion trait
object DecodeState

Attributes

Companion
trait
Source
Demultiplexer.scala
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

final case class AwaitingBody[A](headerBits: BitVector, neededBits: Option[Long], bitsPostHeader: BitVector, decoder: Decoder[A]) extends DecodeState

Attributes

Source
Demultiplexer.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait DecodeState
class Object
trait Matchable
class Any
Show all
final case class AwaitingHeader(acc: BitVector, startedAtOffsetZero: Boolean) extends DecodeState

Attributes

Source
Demultiplexer.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait DecodeState
class Object
trait Matchable
class Any
Show all

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
Source
Mirror.scala

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source
Mirror.scala