DoxigAlpha

DecoderWithIgnore

Fields of this type

Fields

#
ignored_chars:StaticBitSet(256)
The characters to ignore.

Decodes a base64 string into a binary buffer.

Functions

#
decode
Decodes a base64 string into a binary buffer.
decodedLenForSlice
Returns the decoded length of a base64 string, ignoring any characters in the ignore list.
decodedLenUpperBound
Returns the maximum possible decoded size for a given input length after skipping ignored characters.