| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
string |
static StringValue |
ZERO |
| Constructor and Description |
|---|
StringValue(byte[] buffer,
int offset,
int size,
java.lang.String string) |
StringValue(byte[] bytes,
java.lang.String string) |
StringValue(chat.dim.type.ByteArray data,
java.lang.String string) |
| Modifier and Type | Method and Description |
|---|---|
static StringValue |
from(byte[] bytes) |
static StringValue |
from(chat.dim.type.ByteArray data) |
static StringValue |
from(java.lang.String string) |
static StringValue |
from(StringValue value) |
static Value |
parse(chat.dim.type.ByteArray data,
Tag tag,
Length length) |
clone, concat, concat, equals, equals, equals, equals, find, find, find, find, find, find, find, find, find, find, find, find, getBuffer, getByte, getBytes, getBytes, getBytes, getOffset, getSize, hashCode, mutableCopy, random, slice, slice, toHexString, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitadjust, adjustE, concat, concat, concat, concat, equals, equals, equals, find, find, find, find, find, find, find, find, find, find, find, find, find, find, getBuffer, getByte, getBytes, getBytes, getBytes, getOffset, getSize, hexEncode, slice, slice, slice, slice, toHexStringpublic static final StringValue ZERO
public final java.lang.String string
public StringValue(chat.dim.type.ByteArray data,
java.lang.String string)
public StringValue(byte[] buffer,
int offset,
int size,
java.lang.String string)
public StringValue(byte[] bytes,
java.lang.String string)
public static StringValue from(StringValue value)
public static StringValue from(chat.dim.type.ByteArray data)
public static StringValue from(java.lang.String string)
public static StringValue from(byte[] bytes)