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.TarFile.gettarinfo()
  • References/Python/Python/Data Compression

TarFile.gettarinfo(name=None, arcname=None, fileobj=None) Create a TarInfo object from the result of

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

ZipInfo.header_offset Byte offset to the file header.

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

ZipInfo.volume Volume number of file header.

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