# File lib/zip/ioextras.rb, line 96
    def flush
      retVal = @outputBuffer
      @outputBuffer=""
      return retVal
    end