Package com.uc4.util
Class StringLengthUtil
- java.lang.Object
-
- com.uc4.util.StringLengthUtil
-
public class StringLengthUtil extends java.lang.Object
This utility returns the length of a string in UTF-8
-
-
Constructor Summary
Constructors Constructor Description StringLengthUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static int
getUtf8BytesLength(java.lang.String s)
Returns the amount of bytes of the passed String in bytes
-