Re: How to compress/uncompress BIX files?
I expect the BIX file compression process is the same as for BIC files. I found this reference describing the actual compression format, and there's Java source code available to implement the decompression in the MapStat Java source. I have successfully ported ChiefPaco's Java code into Objective C, and I'm sure it could be done for other languages.
It's not essential to compress copies of BIX files using the same format, as you can compress them using WinZip or whatever for efficient transfer over the Internet, and they can be installed uncompressed in the user's actual scenario folder. I suppose there's a bit of a benefit in disk usage, but at a dollar or two per gigabyte these days, disk capacity is not really a big issue.
-- Alan
Originally posted by dreyk
... I hope that you know some way to decompress BIX files to make changes and then compress it again .....
... I hope that you know some way to decompress BIX files to make changes and then compress it again .....
It's not essential to compress copies of BIX files using the same format, as you can compress them using WinZip or whatever for efficient transfer over the Internet, and they can be installed uncompressed in the user's actual scenario folder. I suppose there's a bit of a benefit in disk usage, but at a dollar or two per gigabyte these days, disk capacity is not really a big issue.
-- Alan
Comment