Interface SectionPayloadReader

    • Method Detail

      • consume

        void consume​(ParsableByteArray sectionData)
        Called by a SectionReader when a full section is received.
        Parameters:
        sectionData - The data belonging to a section starting from the table_id. If section_syntax_indicator is set to '1', sectionData excludes the CRC_32 field. Otherwise, all bytes belonging to the table section are included.