Concept Flow - Buffer concatenation
Create Buffer A
Create Buffer B
Call Buffer.concat([A, B
New Buffer with combined data
Use or output concatenated Buffer
Buffers A and B are created, then combined into a new Buffer using Buffer.concat, which holds the joined data.