Decompress.unconsumed_tail A bytes object that contains any data that was not consumed by the last decompress()
TarInfo.issym() Return
Compress.flush([mode]) All pending input is processed, and a bytes object containing the remaining compressed output is returned
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
ZipInfo.compress_size Size of the compressed data.
exception tarfile.TarError Base class for all tarfile exceptions.
classmethod TarInfo.frombuf(buf, encoding, errors) Create and return a TarInfo object from string buffer buf
Decompress.copy() Returns a copy of the decompression object. This can be used to save the state of the decompressor midway
unused_data Data found after the end of the compressed stream. Before the end of the stream
Page 7 of 14