Package org.apache.dubbo.common.utils
Class Utf8Utils
java.lang.Object
org.apache.dubbo.common.utils.Utf8Utils
See original Utf8.java
-
Method Summary
Modifier and TypeMethodDescriptionstatic intdecodeUtf8(byte[] srcBytes, int srcIdx, int srcSize, char[] destChars, int destIdx)
-
Method Details
-
decodeUtf8
public static int decodeUtf8(byte[] srcBytes, int srcIdx, int srcSize, char[] destChars, int destIdx)
-