zipfile.ZipFile.close()
  • References/Python/Python/Data Compression

ZipFile.close() Close the archive file. You must call close() before exiting your program or essential records

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

exception tarfile.CompressionError Is raised when a compression method is not supported or when the data cannot be decoded properly

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

ZipInfo.internal_attr Internal attributes.

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

peek(n) Read n uncompressed bytes without advancing the file position. At most one single read on the compressed stream

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

TarInfo.isfifo() Return

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

TarInfo.type File type. type is usually one of these constants: REGTYPE, AREGTYPE, LNKTYPE

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

bz2.decompress(data) Decompress data. If data is the concatenation of multiple

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

Decompress.eof A boolean indicating whether the end of the compressed data stream has been reached. This

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