Uses of Interface
org.msgpack.type.RawValue

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)
           
 



Copyright © 2011. All Rights Reserved.