COMPRSS.ZIP is two file streams derived from the built in ifstream and
ofstream streams which compresses/uncompresses data being written to or
read from a file.  The two derived classes, cpifstream and
cpofstream can be used in place of any existing ifstream or ofstream to
achieve better than 2::1 compression.  A test program and utility are
provided.