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
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
tarfile.TarInfo.isfifo()
  • References/Python/Python/Data Compression

TarInfo.isfifo() Return

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

check The ID of the integrity check used by the input stream. This may be CHECK_UNKNOWN until enough of the input

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

ZipFile.writestr(zinfo_or_arcname, data[, compress_type]) Write the string data to the archive; zinfo_or_arcname

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

class lzma.LZMADecompressor(format=FORMAT_AUTO, memlimit=None, filters=None) Create a decompressor object, which can be used

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

exception tarfile.ReadError Is raised when a tar archive is opened, that either cannot be handled by the tarfile

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