sizeUTF8
Calculate the UTF-8 byte output size for the provided array and ReplacementStrategy for the UTF8 encoder/decoder.
Throws
If an invalid character sequence is encountered and the strategy is ReplacementStrategy.THROW.
Calculate the UTF-8 byte output size for the provided array and ReplacementStrategy for the UTF8.Config.
Throws
If an invalid character sequence is encountered and the strategy is ReplacementStrategy.THROW.
Calculate the UTF-8 byte output size for the provided array and ReplacementStrategy.
Throws
If an invalid character sequence is encountered and the strategy is ReplacementStrategy.THROW.
Calculate the UTF-8 byte output size for the provided characters and ReplacementStrategy for the UTF8 encoder/decoder.
Throws
If an invalid character sequence is encountered and the strategy is ReplacementStrategy.THROW.
Calculate the UTF-8 byte output size for the provided characters and ReplacementStrategy for the UTF8.Config.
Throws
If an invalid character sequence is encountered and the strategy is ReplacementStrategy.THROW.
Calculate the UTF-8 byte output size for the provided characters and ReplacementStrategy.
Throws
If an invalid character sequence is encountered and the strategy is ReplacementStrategy.THROW.