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 intgetByteLength(byte[] buffer, int length) static intgetUtf8ByteLength(byte bytes)
-
Method Details
-
decodeToken
-
getByteLength
public static int getByteLength(byte[] buffer, int length) -
getUtf8ByteLength
public static int getUtf8ByteLength(byte bytes)
-