I am reading a binary file from a File Source block, and am receiving some byte data from a UDP Source block. What I want to do is that I want to append the data from file source block to the end of data received in UDP source block. Is there an available block to perform such an action or will I have to create a custom block for this?