opers.google.com/protocol-buffers/docs/encoding#varints" > Google Protocol Buffer stack as default representation of messages sizes.
On-wire representation
Encoding of the value 812 1001 1100 0000 0110 ↑ ↑ 1 0 // the most significant bit being unset designs the last byte ___↑____ ___↑____ 001 1100 000 0110 // the remaining bits defines the value itself → 44 6 // 44 + 128 * 6 = 812
n.b. This class doesn't have any dependency against Google Protocol Buffer or any other library in order to provide this convenient integer serialization module to any software using FramedMINA.
@author
Apache MINA Project