new BinaryBase64QueueMessageEncoder()
Create a new BinaryBase64QueueMessageEncoder object
Extends
Methods
-
decode( [textToBeDecoded])
-
Decode from base64 string to binary buffer.
This:
Parameters:
Name Type Argument Description textToBeDecoded
string <optional>
The base64 string to be decoded.
- Overrides:
- Source:
Returns:
- Type
- Buffer
-
encode( [input])
-
Encode from binary buffer string to base64 string
This:
Parameters:
Name Type Argument Description input
Buffer <optional>
The target to be encoded.
- Overrides:
- Source:
Returns:
- Type
- string