by gdemont
Zip-Ada is a library for .zip archives. Full sources are in Ada and are unconditionally portable. Input and output can be any stream (file, buffer,...) for archive creation as well as data extraction. Task safe.
* Changes in '33', 18-Jun-2009: - UnZip: added extract_as_text option (cf. UnZipAda with -a option) - Zip: Zip_comment function added (cf. UnZipAda with -z option) Zip-Ada is now used in the Scala musical freeware ( ...
Latest changes (-!- marks an improvement which brings an incompatibility) ========================================================================= * Changes in '33', 18-Jun-2009: - UnZip: added extract_as_text option (cf. UnZipAda with -a option) - ...
Latest changes (-!- marks an improvement which brings an incompatibility) ========================================================================= * Changes in '31', 20-Feb-2009: - Added tiny demos: Demo_Zip, Demo_UnZip -!- Zip.Create: Create / ...
Latest changes (-!- marks an improvement which brings an incompatibility): * Changes in '31', 20-Feb-2009: - Added tiny demos: Demo_Zip, Demo_UnZip -!- Zip.Create: Create / Finish: if Info.Stream is to a file, the underlying archive file is ...
* Changes in '30', 7-Feb-2009: - Added support for the 64KB-slide "Enhanced deflate" format #9 in UnZip.Decompress - Added Find_Zip tool (search through an archive) - Added Demo_csv_into_zip demo (production of numerous files into a zip ...
* Changes in '29', 30-Jan-2009: - Added Zip.LZ77 and Zip.Compress.Reduce - Added an ./extra directory with a tiny LZH encoder/decoder
* Changes in '28', 18-Jan-2009: - Fixed bug in UnZip.Decompress, unshrink method, which caused truncated decompression for uncompressed sizes more than 512MB - Source cleanup with AdaControl 1.10 - Removed a series of slowdowns and mutually ...
* Changes in '27', 10-Jan-2009: - UnZip.Extract that used (in v.26) a temporary memory input stream (memory hog!) use now a file stream - fixed: Zip.Headers.Load for End_of_Central_Dir never raised Bad_End even when it had to - fixed: ...
* Changes in '25', 1-May-2008: - some improvements in the demo-tools, no change in the library
Latest changes ============== * Changes in '24', 27-Mar-2008: - Added optional case-sensitivity to UnZip.Streams.Open(...) - Replaced loop in UnZip.Streams.Read by slice copies - UnZip.Streams.Read doesn't raise End_Error anymore (it's T'Read's ...
Copyright © 2009 SourceForge, Inc. All rights reserved. Terms of Use