class lzma.LZMAFile(filename=None, mode="r", *, format=None, check=-1, preset=None, filters=None) Open an LZMA-compressed file
ZipInfo.comment Comment for the individual archive member.
ZipInfo.reserved Must be zero.
ZipFile.read(name, pwd=None) Return the bytes of the file name in the archive. name is the name of the file
class tarfile.TarInfo(name="") Create a TarInfo object.
ZipFile.infolist() Return a list containing a ZipInfo object for each member of the archive. The objects are in
classmethod TarFile.open(...) Alternative constructor. The tarfile.open() function is actually a shortcut to this
ZipFile.getinfo(name) Return a ZipInfo object with information about the archive member name. Calling
exception tarfile.ExtractError Is raised for non-fatal errors when using TarFile.extract(), but only if
TarInfo.tobuf(format=DEFAULT_FORMAT, encoding=ENCODING, errors='surrogateescape') Create a string buffer from a TarInfo
Page 11 of 14