Package chat.octet.model
Class TokenDecoder
java.lang.Object
chat.octet.model.TokenDecoder
Token decoder
- Author:
- William
-
Method Summary
Modifier and TypeMethodDescriptionstatic StringdecodeToken(int... tokens) static intgetUtf8ByteLength(byte bytes) static intisMultiByte(int token)
-
Method Details
-
decodeToken
-
isMultiByte
public static int isMultiByte(int token) -
getUtf8ByteLength
public static int getUtf8ByteLength(byte bytes)
-