fs2.protocols.mpeg.transport.psi.SectionCodec$
See theSectionCodec companion class
object SectionCodec
Attributes
- Companion
- class
- Source
- SectionCodec.scala
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
SectionCodec.type
Members list
Type members
Classlikes
case class UnknownExtendedSection(tableId: Int, privateBits: BitVector, extension: SectionExtension, data: ByteVector) extends UnknownSection, ExtendedSection
Attributes
- Source
- SectionCodec.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait ExtendedSectiontrait UnknownSectiontrait Sectionclass Objecttrait Matchableclass AnyShow all
case class UnknownNonExtendedSection(tableId: Int, privateBits: BitVector, data: ByteVector) extends UnknownSection
Attributes
- Source
- SectionCodec.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait UnknownSectiontrait Sectionclass Objecttrait Matchableclass AnyShow all
sealed trait UnknownSection extends Section
Attributes
- Source
- SectionCodec.scala
- Supertypes
- Known subtypes
-
class UnknownExtendedSection
Value members
Concrete methods
Attributes
- Source
- SectionCodec.scala
Attributes
- Source
- SectionCodec.scala
Attributes
- Source
- SectionCodec.scala
In this article