ICU-8515 Add missing provisional tag to draft API CharsetEncoderICU.getMaxBytesForString

X-SVN-Rev: 30760
This commit is contained in:
Michael Ow 2011-09-30 19:16:20 +00:00
parent 2dde8091b2
commit 6903a27947

View file

@ -944,6 +944,7 @@ public abstract class CharsetEncoderICU extends CharsetEncoder {
* @return Size of a buffer that will be large enough to hold the output of bytes
*
* @draft ICU 49
* @provisional This API might change or be removed in a future release.
*/
public static int getMaxBytesForString(int length, int maxCharSize) {
return ((length + 10) * maxCharSize);