Cower.bzip2

BlitzMax Forums/BlitzMax Programming/Cower.bzip2

N(Posted 2006) [#1]
Just thought I'd mention that I've added a bzip2 module to the cower.mod namespace. You can download it from the link in my signature ('BlitzMax Modules'), it's called "cower.bzip2.zip."

It should compile regardless of platform and has no dependencies outside of Brl.Bank and Brl.Math.

There are two utility functions: CompressBank & DecompressBank. I'd add more but anything beyond those two is rather pointless.

Enjoy in the case that you use it.


Who was John Galt?(Posted 2006) [#2]
Don't need it right now but could end up being useful.

Thanks Noel.


Amon(Posted 2006) [#3]
Nice one. :)

Keep em comin Noel.


Gavin Beard(Posted 2006) [#4]
Cheers Noel, looks ace


IPete2(Posted 2006) [#5]
Noel,

Is there no end to your talent dude - your rock!

IPete2.


Robert Cummings(Posted 2006) [#6]
hows it work - is this for reading inside zip files in a cross platform manner?


N(Posted 2006) [#7]
Rob: It's an alternative to using zlib. It sacrifices (some) speed for better compression.

It's good for reducing the size of a file when distributing patches or packed files for example.