Chunk builder
Last updated
Last updated
[binary/Chunk builder]
Creates a binary chunk based on string
& encoding
.
Chunks are mostly used to construct binary data out of strings that are encoded differently.
See binary/Joiner
.
Keywords: base64, binary
string: string
encoding: ("base64" or "utf8")
chunk: {"data": string, "encoding": ("base64" or "utf8")}