# File tar.rb, line 265
265:       def rewind
266:         sanity_checks
267:         @file.pos = @start
268:         @last_pos = @start
269:       end