TarInfo.tobuf(format=DEFAULT_FORMAT, encoding=ENCODING, errors='surrogateescape') Create a string buffer from a TarInfo
TarInfo.mode Permission bits.
TarInfo.mtime Time of last modification.
class tarfile.TarFile Class for reading and writing tar archives. Do not use this class directly: use tarfile.open()
exception tarfile.HeaderError Is raised by TarInfo.frombuf() if the buffer it gets is invalid.
tarfile.is_tarfile(name) Return
class zipfile.PyZipFile(file, mode='r', compression=ZIP_STORED, allowZip64=True, optimize=-1)
Page 14 of 14