ByteArray bytesFromBuff(String key, IBuffInfo buff) { buff.key = key; ByteArray target = buff.value as ByteArray; return target; }