exception tarfile.StreamError Is raised for the limitations that are typical for stream-like TarFile objects.
exception zipfile.LargeZipFile The error raised when a ZIP file would require ZIP64 functionality but that has not been enabled
peek([n]) Return buffered data without advancing the file position. At least one byte of data will be returned (unless at EOF)
eof True if the end-of-stream marker has been reached.
ZipInfo.compress_type Type of compression for the archive member.
Compress.compress(data) Compress data, returning a bytes object containing compressed data for at least part of the
needs_input False if the decompress() method can provide more decompressed data before requiring new
exception tarfile.TarError Base class for all tarfile exceptions.
class bz2.BZ2File(filename, mode='r', buffering=None, compresslevel=9) Open a bzip2-compressed file in binary mode.
TarInfo.issym() Return
Page 6 of 14