Re: clean implementation

"Aitor Garay" <[email protected]> Fri, 28 Mar 2003 18:45:04 +0100
Newsgroups gmane.comp.video.h264.devel
Message-ID <003701c2f551$c44cd180$bcb31fac@HAJC0062>
> As far as the Java implementation goes, Java is a serious pain in the ass for some uses
> such as this.  The lack of unsigned types makes many things (including bit manipulation)
> extremely messy.  I wouldn't actually call it clean in this respect ;)

    I agree with this.  Byte types in Java are painfull, i do now this by experience.  You must
resort to full ints for unsigned 8 bit values.

    /AITOR