exception tarfile.CompressionError Is raised when a compression method is not supported or when the data cannot be decoded properly
ZipInfo.internal_attr Internal attributes.
ZipInfo.header_offset Byte offset to the file header.
Decompress.eof A boolean indicating whether the end of the compressed data stream has been reached. This
needs_input False if the decompress() method can provide more decompressed data before requiring new
bz2.decompress(data) Decompress data. If data is the concatenation of multiple
ZipFile.printdir() Print a table of contents for the archive to sys.stdout.
lzma.decompress(data, format=FORMAT_AUTO, memlimit=None, filters=None) Decompress data (a
ZipInfo.file_size Size of the uncompressed file.
exception zlib.error Exception raised on compression and decompression errors.
Page 1 of 14