m2.readBoolean();
int unsignedByte = m2.readUnsignedByte();
ProxyAssertSupport.assertEquals((int)(myByte & 0xFF), unsignedByte);
int unsignedShort = m2.readUnsignedShort();
ProxyAssertSupport.assertEquals((int)(myShort & 0xFFFF), unsignedShort);
m2.clearBody();