rewind()
Rewinds to the beginning of the tar file entry
# File lib/rubygems/package/tar_reader/entry.rb, line 162 def rewind check_closed @io.pos = @orig_pos @read = 0 end