tarfile.TarInfo.issym()
  • References/Python/Python/Data Compression

TarInfo.issym() Return

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

flush() Finish the compression process. Returns the compressed data left in internal buffers. The

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

Compress.flush([mode]) All pending input is processed, and a bytes object containing the remaining compressed output is returned

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

ZipInfo.external_attr External file attributes.

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

TarFile.getnames() Return the members as a list of their names. It has the same order as the list returned by getmembers()

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

Decompress.unconsumed_tail A bytes object that contains any data that was not consumed by the last decompress()

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

unused_data Data found after the end of the compressed stream. Before the end of the stream

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

class bz2.BZ2File(filename, mode='r', buffering=None, compresslevel=9) Open a bzip2-compressed file in binary mode.

2025-01-10 15:47:30