On Apr 26, 2006, at 10:21 AM, Charlie wrote:
But I thought
Method: public void writeVInt(int i)
is not about UTF-8, it is about how to write an int in variable
length.
Is it included as a part of future unicode character writing?
WriteVInt, and also WriteVLong, which contains the same code, would
not be changing. So the question is, does this assertion hold?
(byte)((i & 0x7f) | 0x80) == (byte)(i | 0x80)
Marvin Humphrey
Rectangular Research
http://www.rectangular.com/
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]