:py:mod:`dissect.clfs.container` ================================ .. py:module:: dissect.clfs.container Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: dissect.clfs.container.Container .. py:class:: Container(fh: BinaryIO, offset: int) Main class for parsing the containers that belong to a BLF file parsed in an earlier stage. :param fh: A file handle to a container file. :param offset: The offset to start parsing the container records. .. py:method:: records() -> Iterator[Tuple[int, bytes, bytes]] Parse the records that are present within the log block.