# File lib/zip/zip.rb, line 1434
    def read(entry)
      get_input_stream(entry) { |is| is.read } 
    end