Description
Enforcement of a maximum size to decode in the BufferedTokenizer was added, by the introduction of a sizeLimit
parameter.
This parameter will be enforced, regardless of the size of the value, even if it is 0 or negative.
We should add the ability to skip the enforcement if the sizeLimit is set to 0.