The RBZ library is a suite of classes and modules that provide functionality for creating, browsing and modifying ZIP archives. The eventual aim of this library is to try to provide maximum compatibility with existing ZIP archiving programs and to expose all the features of the ZIP standard in an intuitive way.
Currently the RBZ archive relies on the Monkeybread (MBS) plugin for implementing Deflate compression (the standard compression used in most ZIP archives), however it is also possible to use the RBZ functions without MBS to create and manipulate uncompressed ZIP archives.
Take RBZ Library for a test drive to see what it's all about!
Requirements:
· REALbasic
What's New in This Release: [ read full changelog ]
· Fixed issue that caused test application to lock up.
· Updated RBZ to work with latest MBS release.
· Optimised CRC algorithm for uncompressed archives.
· Removed redundant MemoryStream class.