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