TarReader reads tar files and allows iteration over their items
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
pos() Instance Public methods The position in the tar entry
close() Instance Public methods Close the tar file
new(header, io) Class Public methods Creates a new tar entry for header
new(io) Class Public methods Creates a new tar file reader on io
each_entry() Instance Public methods Alias for:
new(io) Class Public methods Creates a new
getc() Instance Public methods Read one byte from the tar entry
Page 2 of 2