tarfile.StreamError
  • References/Python/Python/Data Compression

exception tarfile.StreamError Is raised for the limitations that are typical for stream-like TarFile objects.

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

exception zipfile.LargeZipFile The error raised when a ZIP file would require ZIP64 functionality but that has not been enabled

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

peek([n]) Return buffered data without advancing the file position. At least one byte of data will be returned (unless at EOF)

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

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

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

ZipInfo.compress_type Type of compression for the archive member.

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

Compress.compress(data) Compress data, returning a bytes object containing compressed data for at least part of the

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

exception tarfile.TarError Base class for all tarfile exceptions.

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

TarInfo.issym() Return

2025-01-10 15:47:30