Xojo recently has added some gzip libraries to the WE (if I’ve followed this correctly, I don’t use the WE).
Are the gzip functions available for use in desktop applications?
I find I need to be able to read gzip content from securehttpsocket connections and I was wondering if Xojo currently permits this natively.
If not, I do have einhugur e-crypt it, so I guess I could use it, but I haven’t seen how to uncompress a received “string” in PageReceived. Has anyone got a wrapper function for zstreamreader that takes a compressed stream and spits out the results?
I know you’re not supposed to but I’ve been using _GZipString the last year just fine.
Thomas Tempelmann also has a Zip class which I was directed to when asking about gzip, though I don’t see gzip mentioned on that page and not sure they’re interconvertible.
[quote=192461:@Will Shank]I know you’re not supposed to but I’ve been using _GZipString the last year just fine.
Thomas Tempelmann also has a Zip class which I was directed to when asking about gzip, though I don’t see gzip mentioned on that page and not sure they’re interconvertible.[/quote]
It has been stable since I created the bug report, that was in 2012. Just hasn’t been marked stable by Xojo :-/