Package 

Interface ImmutableBinaryValue

  • All Implemented Interfaces:
    com.batch.android.msgpack.value.BinaryValue , com.batch.android.msgpack.value.ImmutableRawValue , com.batch.android.msgpack.value.ImmutableValue , com.batch.android.msgpack.value.RawValue , com.batch.android.msgpack.value.Value

    
    public interface ImmutableBinaryValue
     implements BinaryValue, ImmutableRawValue
                        

    Immutable representation of MessagePack's Binary type.

    MessagePack's Binary type can represent a byte array at most 264-1 bytes.

    • Method Summary

      Modifier and Type Method Description
      • Methods inherited from class com.batch.android.msgpack.value.RawValue

        asByteArray, asByteBuffer, asString, toString
      • Methods inherited from class 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
      • Methods inherited from class com.batch.android.msgpack.value.ImmutableValue

        asArrayValue, asBinaryValue, asBooleanValue, asFloatValue, asIntegerValue, asMapValue, asNilValue, asRawValue, asStringValue
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait