A virtual buffer which shows multiple buffers as a single merged buffer. It is recommended to use {@link ByteBufAllocator#compositeBuffer()} or {@link Unpooled#wrappedBuffer(ByteBuf...)} instead of calling the constructor explicitly.
See Source File