SectionFragmentCodec

fs2.protocols.mpeg.transport.psi.SectionFragmentCodec
See theSectionFragmentCodec companion object

Attributes

Companion:
object
Source:
SectionFragmentCodec.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Type members

Types

type Repr

Value members

Abstract methods

def subCodec(header: SectionHeader, verifyCrc: Boolean): Codec[Repr]
def toSection(privateBits: BitVector, extension: Option[SectionExtension], data: Repr): Attempt[A]