DoxigAlpha

DecoderWithIgnore

A decoder that ignores certain characters. The decoder will skip any characters that are in the ignore list.

Fields of this type

Fields

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

Decodes a hexadecimal string into a binary buffer.

Functions

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