# File lib/zip/zip_file.rb, line 143
    def get_input_stream(entry, &aProc)
      get_entry(entry).get_input_stream(&aProc)
    end