Method Bz2.Deflate()->feed()


Method feed

void feed(string data)

Description

This function feeds the data to the internal buffers of the Deflate object. All data is buffered until a read or a finish is done.

See also

Bz2.Deflate->read() Bz2.Deflate->finish()