Interface BinaryValue

    • Method Detail

      • get

        byte[] get()
        Returns the byte array value.
        Returns:
        the byte array value
      • compareTo

        int compareTo​(FieldValue otherValue)
        Returns 0 if the two values are equal in terms of length and byte content, otherwise it returns -1.
        Specified by:
        compareTo in interface java.lang.Comparable<FieldValue>
        Returns:
        0 if the values are equal, -1 otherwise
      • clone

        BinaryValue clone()
        Create a deep copy of this object.
        Specified by:
        clone in interface FieldValue
        Returns:
        a deep copy of this object
      • toString

        java.lang.String toString()
        Returns a String representation of the value using a Base64 encoding.
        Overrides:
        toString in class java.lang.Object
        Returns:
        a String representation of the value