# File lib/archive/tar/minitar.rb, line 536
536:       def rewind
537:         raise NonSeekableStream unless @io.respond_to?(:pos=)
538:         @io.pos = @orig_pos
539:         @read = 0
540:       end