Package com.batch.android.msgpack.value
Interface BinaryValue
-
- All Known Subinterfaces:
ImmutableBinaryValue
- All Known Implementing Classes:
ImmutableBinaryValueImpl
public interface BinaryValue extends RawValue
Representation of MessagePack's Binary type.MessagePack's Binary type can represent a byte array at most 264-1 bytes.
- See Also:
RawValue
-
-
Method Summary
-
Methods inherited from interface com.batch.android.msgpack.value.RawValue
asByteArray, asByteBuffer, asString, toString
-
Methods inherited from interface com.batch.android.msgpack.value.Value
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
-
-