org.msgpack.type
Interface RawValue

All Superinterfaces:
Value

public interface RawValue
extends Value


Method Summary
 byte[] getByteArray()
           
 String getString()
           
 
Methods inherited from interface org.msgpack.type.Value
asArrayValue, asBooleanValue, asFloatValue, asIntegerValue, asMapValue, asNilValue, asRawValue, getType, isArrayValue, isBooleanValue, isFloatValue, isIntegerValue, isMapValue, isNilValue, isRawValue, toString, writeTo
 

Method Detail

getByteArray

byte[] getByteArray()

getString

String getString()


Copyright © 2011. All Rights Reserved.