Class TokenDecoder

java.lang.Object
chat.octet.model.TokenDecoder

public class TokenDecoder extends Object
Token decoder
Author:
William
  • Method Details

    • decodeToken

      public static String decodeToken(boolean special, int... tokens)
    • decodeToken

      public static String decodeToken(int... tokens)
    • getByteLength

      public static int getByteLength(byte[] buffer, int length)
    • getUtf8ByteLength

      public static int getUtf8ByteLength(byte bytes)
    • subTokensBetween

      public static List<Token> subTokensBetween(List<Token> tokens, String startWord)
    • subTokensBetween

      public static List<Token> subTokensBetween(List<Token> tokens, String startWord, String endWord)