The OpenD Programming Language

UnCompress.flush

Decompress and return any remaining data. The returned data should be appended to that returned by uncompress(). The UnCompress object cannot be used further.

class UnCompress
void[]
flush
()
out { assert (done, "Flushing failed."); }

Meta