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.RawValueasByteArray, asByteBuffer, asString, toStringasArrayValue, 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