:py:mod:`dissect.hypervisor.util.vmtar` ======================================= .. py:module:: dissect.hypervisor.util.vmtar Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: dissect.hypervisor.util.vmtar.VisorTarInfo Functions ~~~~~~~~~ .. autoapisummary:: :nosignatures: dissect.hypervisor.util.vmtar.VisorTarFile dissect.hypervisor.util.vmtar.open .. py:class:: VisorTarInfo(name='') Bases: :py:obj:`tarfile.TarInfo` Implements TarInfo for use with Visor Tar files (vmtar). The main difference is that file data is located at the end of the tar file, on an offset specified in the header. .. py:method:: frombuf(buf, encoding, errors) :classmethod: Construct a TarInfo object from a 512 byte bytes object. .. py:function:: VisorTarFile(*args, **kwargs) .. py:function:: open(*args, **kwargs)