fs2.protocols.mpeg.transport.Demultiplexer$.DecodeState$
See theDecodeState companion trait
object DecodeState
Attributes
- Companion
- trait
- Source
- Demultiplexer.scala
- Graph
-
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
DecodeState.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 Serializabletrait Producttrait Equalstrait DecodeStateclass Objecttrait Matchableclass AnyShow all
final case class AwaitingHeader(acc: BitVector, startedAtOffsetZero: Boolean) extends DecodeState
Attributes
- Source
- Demultiplexer.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait DecodeStateclass Objecttrait Matchableclass AnyShow all
Inherited types
The names of the product elements
The name of the type
In this article