lzma.LZMAError
  • References/Python/Python/Data Compression

exception lzma.LZMAError This exception is raised when an error occurs during compression or decompression, or while initializing

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.ZipInfo.volume
  • References/Python/Python/Data Compression

ZipInfo.volume Volume number of file header.

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

ZipInfo.flag_bits ZIP flag bits.

2025-01-10 15:47:30
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
tarfile.TarInfo.uname
  • References/Python/Python/Data Compression

TarInfo.uname User name.

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
lzma.compress()
  • References/Python/Python/Data Compression

lzma.compress(data, format=FORMAT_XZ, check=-1, preset=None, filters=None) Compress data (a

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

class bz2.BZ2Compressor(compresslevel=9) Create a new compressor object. This object may be used to compress data incrementally

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