Class ExTermTag
- java.lang.Object
-
- net.dv8tion.jda.api.utils.data.etf.ExTermTag
-
public class ExTermTag extends java.lang.ObjectTags used for encoding and decoding for external terms.
This list in incomplete as not all tags are used by this library.- Since:
- 4.2.1
-
-
Field Summary
Fields Modifier and Type Field Description static byteATOMstatic byteATOM_UTF8static byteBINARYstatic byteCOMPRESSEDstatic byteFLOATstatic byteINTstatic byteLISTstatic byteMAPstatic byteNEW_FLOATstatic byteNILstatic byteSMALL_ATOMstatic byteSMALL_ATOM_UTF8static byteSMALL_BIGINTstatic byteSMALL_INTstatic byteSTRING
-
Constructor Summary
Constructors Constructor Description ExTermTag()
-
-
-
Field Detail
-
NEW_FLOAT
public static final byte NEW_FLOAT
- See Also:
- Constant Field Values
-
COMPRESSED
public static final byte COMPRESSED
- See Also:
- Constant Field Values
-
SMALL_INT
public static final byte SMALL_INT
- See Also:
- Constant Field Values
-
INT
public static final byte INT
- See Also:
- Constant Field Values
-
FLOAT
public static final byte FLOAT
- See Also:
- Constant Field Values
-
ATOM
public static final byte ATOM
- See Also:
- Constant Field Values
-
NIL
public static final byte NIL
- See Also:
- Constant Field Values
-
STRING
public static final byte STRING
- See Also:
- Constant Field Values
-
LIST
public static final byte LIST
- See Also:
- Constant Field Values
-
BINARY
public static final byte BINARY
- See Also:
- Constant Field Values
-
SMALL_BIGINT
public static final byte SMALL_BIGINT
- See Also:
- Constant Field Values
-
SMALL_ATOM
public static final byte SMALL_ATOM
- See Also:
- Constant Field Values
-
MAP
public static final byte MAP
- See Also:
- Constant Field Values
-
ATOM_UTF8
public static final byte ATOM_UTF8
- See Also:
- Constant Field Values
-
SMALL_ATOM_UTF8
public static final byte SMALL_ATOM_UTF8
- See Also:
- Constant Field Values
-
-