Class ExTermTag
java.lang.Object
net.dv8tion.jda.api.utils.data.etf.ExTermTag
Tags used for encoding and decoding for external terms.
This list in incomplete as not all tags are used by this library.
This list in incomplete as not all tags are used by this library.
- Since:
- 4.2.1
-
Field Summary
Modifier and TypeFieldDescriptionstatic final byte
static final byte
static final byte
static final byte
static final byte
static final byte
static final byte
static final byte
static final byte
static final byte
static final byte
static final byte
static final byte
static final byte
static final byte
-
Constructor Summary
-
Method Summary
-
Field Details
-
NEW_FLOAT
public static final byte NEW_FLOAT- See Also:
-
COMPRESSED
public static final byte COMPRESSED- See Also:
-
SMALL_INT
public static final byte SMALL_INT- See Also:
-
INT
public static final byte INT- See Also:
-
FLOAT
public static final byte FLOAT- See Also:
-
ATOM
public static final byte ATOM- See Also:
-
NIL
public static final byte NIL- See Also:
-
STRING
public static final byte STRING- See Also:
-
LIST
public static final byte LIST- See Also:
-
BINARY
public static final byte BINARY- See Also:
-
SMALL_BIGINT
public static final byte SMALL_BIGINT- See Also:
-
SMALL_ATOM
public static final byte SMALL_ATOM- See Also:
-
MAP
public static final byte MAP- See Also:
-
ATOM_UTF8
public static final byte ATOM_UTF8- See Also:
-
SMALL_ATOM_UTF8
public static final byte SMALL_ATOM_UTF8- See Also:
-
-
Constructor Details
-
ExTermTag
public ExTermTag()
-