|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RawValue | |
---|---|
org.msgpack.type |
Uses of RawValue in org.msgpack.type |
---|
Methods in org.msgpack.type that return RawValue | |
---|---|
RawValue |
Value.asRawValue()
|
RawValue |
NumberValue.asRawValue()
|
static RawValue |
ValueFactory.createRawValue()
|
static RawValue |
ValueFactory.createRawValue(byte[] b)
|
static RawValue |
ValueFactory.createRawValue(byte[] b,
boolean gift)
|
static RawValue |
ValueFactory.createRawValue(byte[] b,
int off,
int len)
|
static RawValue |
ValueFactory.createRawValue(ByteBuffer bb)
|
static RawValue |
ValueFactory.createRawValue(String s)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |