AwaitingBody

fs2.protocols.mpeg.transport.Demultiplexer.DecodeState.AwaitingBody
final case class AwaitingBody[A](headerBits: BitVector, neededBits: Option[Long], bitsPostHeader: BitVector, decoder: Decoder[A]) extends DecodeState

Attributes

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

Members list

Value members

Concrete methods

Attributes

Source
Demultiplexer.scala

Attributes

Source
Demultiplexer.scala

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product