Joiner
Last updated
Last updated
[binary/Joiner]
Joins differently encoded chunks into a base64-encoded string.
Supports UTF-8 and Base 64 for input chunks.
See binary/Chunk builder
for generating input for chunks
.
Keywords: base64, utf8
chunks:
Receives the chunks to be joined.
joined: string
Sends the Base 64-encoded joined chunks.