The first example the opens reads from a compressed file.
Uncompressing the entire file would simply mean reading until EOF is
encountered and saving the results somewhere.
Compressing is the next example that will arrive in the next update
probably later today.
On Feb 26, 2004, at 12:29 PM, Frédéric Côté wrote:
Hi!
Do you have an example to compress and uncompress files?
Thanks!
On 04-02-26, at 12:07, Norman Palardy wrote:
At http://members.shaw.ca/palardyn/GZIPplugin.sit
or http://members.shaw.ca/palardyn/GZIPplugin.zip
To install
quit REALbasic
copy the GZIP plugin to the REAL Basic Plugins Folder
restart REALbasic
This versions fixes a a buffer allocation issue where, on very small
input, the buffer would be too allocated too small.
Also updates the RB examples for compressing a buffer to handle
encoded text properly.
And, it remains free, source code and all.
- - -
Unsubscribe or switch delivery mode:
<http://support.realsoftware.com/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>
- - -
Unsubscribe or switch delivery mode:
<http://support.realsoftware.com/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>
- - -
Unsubscribe or switch delivery mode:
<http://support.realsoftware.com/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>
|