Method: Ccrypto::Ruby::Compression#update

Defined in:
lib/ccrypto/ruby/engines/compression_engine.rb

#update(val) ⇒ Object



51
52
53
# File 'lib/ccrypto/ruby/engines/compression_engine.rb', line 51

def update(val)
  @eng.deflate(val, Zlib::SYNC_FLUSH)
end