A AlfaizDev Well-Known Member Licensed User Jan 31, 2024 #1 I was looking for a library to compress files in Gzip format I did not find I find that in both B4A and B4J. AsyncUnGzip Any idea about that? Thank you
I was looking for a library to compress files in Gzip format I did not find I find that in both B4A and B4J. AsyncUnGzip Any idea about that? Thank you
Erel B4X founder Staff member Licensed User Longtime User Feb 1, 2024 #2 You can use CompressedStreams from RandomAccessFile to gzip data. Upvote 0
A AlfaizDev Well-Known Member Licensed User Feb 3, 2024 #3 Erel said: You can use CompressedStreams from RandomAccessFile to gzip data. Click to expand... Thank you I thought of changing to the compression formula common to all platforms. And she is zip Thank you Upvote 0
Erel said: You can use CompressedStreams from RandomAccessFile to gzip data. Click to expand... Thank you I thought of changing to the compression formula common to all platforms. And she is zip Thank you