TarReader reads tar files and allows iteration over their items
each() Instance Public methods Iterates over files in the tarball yielding each
bytes_read() Instance Public methods Number of bytes read out of the tar entry
pos() Instance Public methods The position in the tar entry
each_entry() Instance Public methods Alias for:
new(io) Class Public methods Creates a new tar file reader on io
new(header, io) Class Public methods Creates a new tar entry for header
new(io) Class Public methods Creates a new
close() Instance Public methods Close the tar file
getc() Instance Public methods Read one byte from the tar entry
Page 2 of 2