Description of EasyCompress Library :
EasyCompress Library is a very easy in use replacement of TFileStream, TMemoryStream and other TStream descendants to their analogues with extreme compression/decompression and encryption capabilities.Compression is transparent, all the methods, properties and behavior of TFileStream and TMemoryStream are supported, so it is very simple to replace them in the application code.Key features:Supports all the methods, properties and behavior of TFileStream and TMemoryStream;One stream provides transparent compression/decompression for write and read operations;Forward and backward seeks in compressed stream;Read and write any portion of data at any file position;OnProgress event handler and compression rate indicator;Password protection provided by Rijndael encryption algorithm;Fastest compression level is extremally fast;Good and Max compression levels provide much better compression rate than Rar, Zip, etc.