# File lib/edi4r.rb, line 158
    def rewind
      @pipe.close
      @pipe = IO.popen("bzcat #@path",'r' )
    end