class TarIO: def __init__(self, tarfile, file)
A file object that provides read access to a given member of a TAR file.
TarIO()
A file object that provides read access to a given member of a TAR file.
TarIO(tarfile, file)
Create file object.
tarfile
-- Name of TAR file.
file
-- Name of member file.