:py:mod:`dissect.apfs.stream` ============================= .. py:module:: dissect.apfs.stream Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: dissect.apfs.stream.FileStream dissect.apfs.stream.DecmpfsStream .. py:class:: FileStream(volume: dissect.apfs.objects.fs.FS, oid: int, size: int) Bases: :py:obj:`dissect.util.stream.AlignedStream` APFS file data stream. :param volume: APFS volume. :param oid: The object ID of the file. :param size: The size of the file in bytes. .. py:attribute:: volume .. py:attribute:: oid .. py:class:: DecmpfsStream(inode: dissect.apfs.objects.fs.INode) Bases: :py:obj:`dissect.util.stream.AlignedStream` APFS decompressed file data stream. :param inode: The inode of the compressed file. .. py:attribute:: inode