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