bz2.compress()
  • References/Python/Python/Data Compression

bz2.compress(data, compresslevel=9) Compress data. compresslevel, if given

2025-01-10 15:47:30
tarfile.TarFile.gettarinfo()
  • References/Python/Python/Data Compression

TarFile.gettarinfo(name=None, arcname=None, fileobj=None) Create a TarInfo object from the result of

2025-01-10 15:47:30
tarfile.TarFile.extractall()
  • References/Python/Python/Data Compression

TarFile.extractall(path=".", members=None, *, numeric_owner=False) Extract all members from the archive to the current working

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

Decompress.flush([length]) All pending input is processed, and a bytes object containing the remaining uncompressed output is

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

ZipInfo.CRC CRC-32 of the uncompressed file.

2025-01-10 15:47:30
tarfile.TarInfo.isdir()
  • References/Python/Python/Data Compression

TarInfo.isdir() Return

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

ZipInfo.volume Volume number of file header.

2025-01-10 15:47:30