BuffByte byteToBuff(int target, String key) { BuffByte buff = BuffByte(); buff.key = key; buff.value = target; return buff; }