eof True if the end-of-stream marker has been reached.
lzma.is_check_supported(check) Returns true if the given integrity check is supported on this system.
exception tarfile.TarError Base class for all tarfile exceptions.
zlib.compressobj(level=-1, method=DEFLATED, wbits=15, memLevel=8, strategy=Z_DEFAULT_STRATEGY[, zdict]) Returns a compression
exception zipfile.LargeZipFile The error raised when a ZIP file would require ZIP64 functionality but that has not been enabled
needs_input False if the decompress() method can provide more decompressed data before requiring new
ZipInfo.compress_type Type of compression for the archive member.
ZipFile.extract(member, path=None, pwd=None) Extract a member from the archive to the current working directory; member
TarFile.extractfile(member) Extract a member from the archive as a file object. member may be a filename or a TarInfo
peek([n]) Return buffered data without advancing the file position. At least one byte of data will be returned (unless at EOF)
Page 6 of 14