Interface ByteString

    • Method Detail

      • getValue

        @NotNull
        byte[] getValue()
        Retrieves a byte array containing the binary value for this byte string.
        Returns:
        A byte array containing the binary value for this byte string.
      • stringValue

        @NotNull
        java.lang.String stringValue()
        Retrieves the value for this byte string as a String.
        Returns:
        The value for this byte string as a String.