TarReader reads tar files and allows iteration over their items
rewind() Instance Public methods Rewinds to the beginning of the tar file entry
rewind() Instance Public methods NOTE: Do not call
seek(name) Instance Public methods Seeks through the tar file until it finds
file?() Instance Public methods Is this tar entry a file?
directory?() Instance Public methods Is this tar entry a directory?
read(len = nil) Instance Public methods Reads len bytes from the
close() Instance Public methods Closes the tar entry
eof?() Instance Public methods Are we at the end of the tar entry?
bytes_read() Instance Public methods Number of bytes read out of the tar entry
each() Instance Public methods Iterates over files in the tarball yielding each
Page 1 of 2