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