class Zip::File

def read(entry)

Returns a string containing the contents of the specified entry
def read(entry)
  get_input_stream(entry, &:read)
end