# File lib/rhc/vendor/zliby.rb, line 268
  def finish
    output = ""
    inflate unless @output_buffer.length > 0
    @output_buffer.each {|c| output << c } 
    super
    output
  end