That is why buffer++ works -- it is incrementing by a single vector length, which is 16 bytes.
这就是 buffer++ 能够工作的原因 —— 它是按照单个向量长度增长的,也就是 16 个字节。
2
Recall from the discussion of Table 2 in the first article of this series that there are two ways of representing length bytes: single-byte length notation and multi-byte length notation.
回想一下在本系列的第一篇文章中对表2的讨论,有两种表示字节长度的方法:单字节表示法和多字节表示法。
3
Note that an integer in J2ME is 4 bytes of data, while single-byte length notation needs only 1 byte.