|
Post by Kevin on Jan 14, 2004 20:56:02 GMT -5
VCLZip Pro 3.04 is now available. New ZLib methods for optimized compression and decompression of single entities of data in standard ZLib format, without the overhead of the PKZip format. This is excellent for compression of data to be sent across the net, compressing web pages (http compliant compression), blobs, etc. - ZLibCompressStream - ZLibDecompressStream - ZLibCompressBuffer - ZLibDecompressBuffer - ZLibCompressString - ZLibDecompressString Capability to use the latest version of ZLib 1.2.1. - VCLZip currently uses 1.1.4 by default. - By defining ZLIB121, VCLZip will use the latest version of ZLib which is included with the registered version. Overloaded TStream Methods for Delphi 4,5, BCB 4, and 5 - UnZipToStream - UnZipToStreamByIndex - ZipFromStream Special OnGetNextTStream Event for Delphi 4,5, BCB 4, and 5 - Allows zipping multiple TStreams in one process - More efficient than calling ZipFromStream multiple times Some optimization improvements which should show some improvement in zipping and unzipping speed when using TkpStreams with D4, D5, BCB4, and BCB5. More details about VCLZip can be found at: www.vclzip.net
|
|