TarFile.gettarinfo(name=None, arcname=None, fileobj=None) Create a TarInfo object from the result of
ZipInfo.volume Volume number of file header.
ZipInfo.CRC CRC-32 of the uncompressed file.
TarInfo.isdir() Return
ZipFile.printdir() Print a table of contents for the archive to sys.stdout.
TarInfo.type File type. type is usually one of these constants: REGTYPE, AREGTYPE, LNKTYPE
ZipInfo.header_offset Byte offset to the file header.
TarInfo.uname User name.
ZipInfo.file_size Size of the uncompressed file.
exception lzma.LZMAError This exception is raised when an error occurs during compression or decompression, or while initializing
Page 1 of 14