exception tarfile.HeaderError Is raised by TarInfo.frombuf() if the buffer it gets is invalid.
TarInfo.pax_headers A dictionary containing key-value pairs of an associated pax extended header.
ZipFile.open(name, mode='r', pwd=None) Extract a member from the archive as a file-like object (ZipExtFile). name is
ZipFile.extractall(path=None, members=None, pwd=None) Extract all members from the archive to the current working directory
class gzip.GzipFile(filename=None, mode=None, compresslevel=9, fileobj=None, mtime=None) Constructor for the GzipFile
class tarfile.TarFile Class for reading and writing tar archives. Do not use this class directly: use tarfile.open()
gzip.decompress(data) Decompress the data, returning a
Page 14 of 14