unused_data Data found after the end of the compressed stream. Before the end of the stream
eof True if the end-of-stream marker has been reached.
zlib.crc32(data[, value]) Computes a CRC (Cyclic Redundancy Check) checksum of data. The result is an unsigned 32-bit
ZipInfo.compress_size Size of the compressed data.
class bz2.BZ2Decompressor Create a new decompressor object. This object may be used to decompress data incrementally. For one-shot
ZipFile.extract(member, path=None, pwd=None) Extract a member from the archive to the current working directory; member
TarFile.getnames() Return the members as a list of their names. It has the same order as the list returned by getmembers()
TarInfo.issym() Return
flush() Finish the compression process. Returns the compressed data left in internal buffers. The
TarFile.extractfile(member) Extract a member from the archive as a file object. member may be a filename or a TarInfo
Page 8 of 14