tarfile.CompressionError
  • References/Python/Python/Data Compression

exception tarfile.CompressionError Is raised when a compression method is not supported or when the data cannot be decoded properly

2025-01-10 15:47:30
zipfile.ZipInfo.internal_attr
  • References/Python/Python/Data Compression

ZipInfo.internal_attr Internal attributes.

2025-01-10 15:47:30
zipfile.ZipInfo.header_offset
  • References/Python/Python/Data Compression

ZipInfo.header_offset Byte offset to the file header.

2025-01-10 15:47:30
zlib.Decompress.eof
  • References/Python/Python/Data Compression

Decompress.eof A boolean indicating whether the end of the compressed data stream has been reached. This

2025-01-10 15:47:30
lzma.LZMADecompressor.needs_input
  • References/Python/Python/Data Compression

needs_input False if the decompress() method can provide more decompressed data before requiring new

2025-01-10 15:47:30
bz2.decompress()
  • References/Python/Python/Data Compression

bz2.decompress(data) Decompress data. If data is the concatenation of multiple

2025-01-10 15:47:30
zipfile.ZipFile.printdir()
  • References/Python/Python/Data Compression

ZipFile.printdir() Print a table of contents for the archive to sys.stdout.

2025-01-10 15:47:30
lzma.decompress()
  • References/Python/Python/Data Compression

lzma.decompress(data, format=FORMAT_AUTO, memlimit=None, filters=None) Decompress data (a

2025-01-10 15:47:30
zipfile.ZipInfo.file_size
  • References/Python/Python/Data Compression

ZipInfo.file_size Size of the uncompressed file.

2025-01-10 15:47:30
zlib.error
  • References/Python/Python/Data Compression

exception zlib.error Exception raised on compression and decompression errors.

2025-01-10 15:47:30