Skip to Main Content

Java Programming

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Run Length Encoding: Does java have any RLE classes

807580Mar 29 2010 — edited Mar 29 2010
Hi All,

Quick question:

As part of my project on 3D image compression, I want to use Run Length Encoding technique to compress data. First I am calculating voxel differences and then run RLE on this value to compress data. However the simple class I wrote is giving me lots of troubles. Does java have any classes already available for me to use? Otherwise, my code will be very messy as I have to incorporate Cotrol Characters to delimite successive values.

Thanks
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 26 2010
Added on Mar 29 2010
4 comments
406 views