SectionCodec

Companion:
class
Source:
SectionCodec.scala
class Object
trait Matchable
class Any

Type members

Classlikes

case class UnknownExtendedSection(tableId: Int, privateBits: BitVector, extension: SectionExtension, data: ByteVector) extends UnknownSection with ExtendedSection
case class UnknownNonExtendedSection(tableId: Int, privateBits: BitVector, data: ByteVector) extends UnknownSection
sealed trait UnknownSection extends Section