| Package | Description |
|---|---|
| org.msgpack.value | |
| org.msgpack.value.impl |
| Modifier and Type | Method and Description |
|---|---|
ImmutableStringValue |
ImmutableValue.asStringValue() |
ImmutableStringValue |
Variable.StringValueAccessor.immutableValue() |
static ImmutableStringValue |
ValueFactory.newString(byte[] b) |
static ImmutableStringValue |
ValueFactory.newString(byte[] b,
boolean omitCopy) |
static ImmutableStringValue |
ValueFactory.newString(byte[] b,
int off,
int len) |
static ImmutableStringValue |
ValueFactory.newString(byte[] b,
int off,
int len,
boolean omitCopy) |
static ImmutableStringValue |
ValueFactory.newString(java.lang.String s) |
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableStringValueImpl
ImmutableStringValueImpl Implements ImmutableStringValue using a byte[] field. |
| Modifier and Type | Method and Description |
|---|---|
ImmutableStringValue |
AbstractImmutableValue.asStringValue() |
ImmutableStringValue |
ImmutableStringValueImpl.asStringValue() |
ImmutableStringValue |
ImmutableStringValueImpl.immutableValue() |