|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.msgpack.value.impl.AbstractValueRef
org.msgpack.value.impl.AbstractValue
org.msgpack.value.impl.RawValueImpl
org.msgpack.value.impl.BinaryValueImpl
public class BinaryValueImpl
Created on 5/30/14.
Field Summary |
---|
Fields inherited from class org.msgpack.value.impl.RawValueImpl |
---|
byteBuffer |
Fields inherited from class org.msgpack.value.impl.AbstractValueRef |
---|
NUMBER_TYPE_MASK, RAW_TYPE_MASK |
Constructor Summary | |
---|---|
BinaryValueImpl(java.nio.ByteBuffer byteBuffer)
|
Method Summary | |
---|---|
void |
accept(ValueVisitor visitor)
|
ValueType |
getValueType()
|
BinaryValue |
toValue()
Create an immutable value from this reference |
Methods inherited from class org.msgpack.value.impl.RawValueImpl |
---|
equals, hashCode, toByteArray, toByteBuffer, toMessageBuffer, toString, writeTo |
Methods inherited from class org.msgpack.value.impl.AbstractValue |
---|
isRef |
Methods inherited from class org.msgpack.value.impl.AbstractValueRef |
---|
as, as, asArrayValue, asBinary, asBoolean, asExtended, asFloat, asInteger, asMapValue, asNil, asNumber, asRaw, asString, getArrayCursor, getMapCursor, isArray, isBinary, isBoolean, isExtended, isFloat, isInteger, isMap, isNil, isNumber, isRaw, isString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.msgpack.value.RawValue |
---|
toByteArray, toByteBuffer, toMessageBuffer, toString |
Methods inherited from interface org.msgpack.value.Value |
---|
asArrayValue, asMapValue |
Methods inherited from interface org.msgpack.value.ValueRef |
---|
asBinary, asBoolean, asExtended, asFloat, asInteger, asNil, asNumber, asRaw, asString, getArrayCursor, getMapCursor, isArray, isBinary, isBoolean, isExtended, isFloat, isInteger, isMap, isNil, isNumber, isRaw, isRef, isString, writeTo |
Constructor Detail |
---|
public BinaryValueImpl(java.nio.ByteBuffer byteBuffer)
Method Detail |
---|
public ValueType getValueType()
getValueType
in interface ValueRef
public void accept(ValueVisitor visitor)
accept
in interface ValueRef
public BinaryValue toValue()
ValueRef
toValue
in interface BinaryValue
toValue
in interface RawValue
toValue
in interface ValueRef
toValue
in class RawValueImpl
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |