# File lib/archive/tar/minitar.rb, line 530
530:       def rewind
531:         raise NonSeekableStream unless @io.respond_to?(:pos=)
532:         @io.pos = @orig_pos
533:         @read = 0
534:       end