exception tarfile.StreamError Is raised for the limitations that are typical for stream-like TarFile objects.
TarInfo.linkname Name of the target file name, which is only present in TarInfo objects of type LNKTYPE
Decompress.decompress(data[, max_length]) Decompress data, returning a bytes object containing the uncompressed data
flush() Finish the compression process. Returns the compressed data left in internal buffers. The
exception zipfile.LargeZipFile The error raised when a ZIP file would require ZIP64 functionality but that has not been enabled
lzma.is_check_supported(check) Returns true if the given integrity check is supported on this system.
ZipInfo.compress_type Type of compression for the archive member.
ZipFile.testzip() Read all the files in the archive and check their CRC’s and file headers. Return the name of the first bad
TarFile.getnames() Return the members as a list of their names. It has the same order as the list returned by getmembers()
zlib.crc32(data[, value]) Computes a CRC (Cyclic Redundancy Check) checksum of data. The result is an unsigned 32-bit
Page 6 of 14