SectionCodec

object SectionCodec
Companion
class
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

Value members

Concrete methods

def supporting[S <: Section](`evidence$1`: SectionFragmentCodec[S]): SectionCodec