Java source code for Range Coder



Sometime ago I needed Java implementation of Range Coder but (somewhat
surprisingly) couldn't find one anywhere, and had to code it myself.

Porting wasn't as straighforward as I had thought. So, I have uploaded
the code in case anyone else might need it :-)

http://www.sachingarg.com/compression/entropy_coding/java_range_coder

Sachin Garg [India]
http://www.sachingarg.com

ps. Use of 64-bit variables here was not a choice I made, IMHO they
have to be used.

.