Interface FixedBinaryValue

  • All Superinterfaces:
    java.lang.Comparable<FieldValue>, FieldValue

    public interface FixedBinaryValue
    extends FieldValue
    FixedBinaryValue extends FieldValue to represent a fixed-size byte array.
    Since:
    3.0
    • Method Detail

      • get

        byte[] get()
        Get the byte array value.
        Returns:
        the byte array value
      • 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