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

class lzma.LZMADecompressor(format=FORMAT_AUTO, memlimit=None, filters=None) Create a decompressor object, which can be used

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

ZipInfo.internal_attr Internal attributes.

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

TarInfo.isfifo() Return

2025-01-10 15:47:30