Method: IOExtras::AbstractInputStream#flush

Defined in:
lib/zip/ioextras.rb

#flushObject



96
97
98
99
100
# File 'lib/zip/ioextras.rb', line 96

def flush
  retVal=@outputBuffer
  @outputBuffer=""
  return retVal
end