# File lib/edi4r.rb, line 149
    def initialize( hnd )
      @path = hnd.path
      @pipe = IO.popen("bzcat #@path",'r' )
    end