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

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

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

ZipInfo.header_offset Byte offset to the file header.

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
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
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
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
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.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