TarReader reads tar files and allows iteration over their items
seek(name) Instance Public methods Seeks through the tar file until it finds
rewind() Instance Public methods NOTE: Do not call
each() Instance Public methods Iterates over files in the tarball yielding each
new(io) Class Public methods Creates a new
each_entry() Instance Public methods Alias for:
new(io) Class Public methods Creates a new tar file reader on io
close() Instance Public methods Close the tar file