zlib.Compress.copy()
  • References/Python/Python/Data Compression

Compress.copy() Returns a copy of the compression object. This can be used to efficiently compress a set of data that share

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

ZipInfo.compress_size Size of the compressed data.

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

zlib.compressobj(level=-1, method=DEFLATED, wbits=15, memLevel=8, strategy=Z_DEFAULT_STRATEGY[, zdict]) Returns a compression

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

ZipFile.testzip() Read all the files in the archive and check their CRC’s and file headers. Return the name of the first bad

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

eof True if the end-of-stream marker has been reached.

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

classmethod TarInfo.frombuf(buf, encoding, errors) Create and return a TarInfo object from string buffer buf

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

Decompress.copy() Returns a copy of the decompression object. This can be used to save the state of the decompressor midway

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

zlib.crc32(data[, value]) Computes a CRC (Cyclic Redundancy Check) checksum of data. The result is an unsigned 32-bit

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

lzma.is_check_supported(check) Returns true if the given integrity check is supported on this system.

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

TarInfo.linkname Name of the target file name, which is only present in TarInfo objects of type LNKTYPE

2025-01-10 15:47:30