CharPreProcessor
A helper for calculating the exact output byte-size of a text to UTF-8 byte transformation.
Properties
Link copied to clipboard
The current would-be UTF-8 byte size of all accumulated input. This value does not include any potential final calculations performed by doFinal.
Link copied to clipboard
Functions
Link copied to clipboard
Resets the CharPreProcessor and returns the final UTF-8 byte size of all accumulated input.
Link copied to clipboard