The behavior of blobbuilder.append(int x) for x outside of the range [0, 255] is (in this changelist) to append (x & 0xFF), as opposed to throwing an exception. I'm still undecided which option is better.
- [gears-eng] a code review: 10579925 BlobBuilder.append (th... Nigel Tao
- [gears-eng] Re: a code review: 10579925 BlobBuilder.a... Nigel Tao
- [gears-eng] Re: a code review: 10579925 BlobBuild... Michael Nordman
- [gears-eng] Re: a code review: 10579925 BlobBuild... Nigel Tao
- [gears-eng] Re: a code review: 10579925 BlobB... Michael Nordman
