public interface BinaryValue extends RawValue
BinaryValue
represents MessagePack's Binary type.
MessagePack's Binary type can represent a byte array at most 264-1 bytes.RawValue
asByteArray, asByteBuffer, asString, toString
asArrayValue, asBinaryValue, asBooleanValue, asExtensionValue, asFloatValue, asIntegerValue, asMapValue, asNilValue, asNumberValue, asRawValue, asStringValue, equals, getValueType, immutableValue, isArrayValue, isBinaryValue, isBooleanValue, isExtensionValue, isFloatValue, isIntegerValue, isMapValue, isNilValue, isNumberValue, isRawValue, isStringValue, toJson, writeTo