Class Binary

    • Method Detail

      • length

        public int length()
        Returns the number of bytes of this object.
        Returns:
        The number of bytes of this object.
        API:
        This public API is available in IvyScript and Java. It has the visibility NOVICE.
      • getByte

        public byte getByte​(int index)
        Returns the value of a byte at a given position.
        Parameters:
        index - The index of the requested byte.
        Returns:
        The byte with given index.
        API:
        This public API is available in IvyScript and Java. It has the visibility NOVICE.
      • hashCode

        public int hashCode()
        See Also:
        Object.hashCode()
        API:
        This public API is available in IvyScript and Java. It has the visibility EXPERT.
      • toString

        public String toString()
        See Also:
        Object.toString()
        API:
        This public API is available in IvyScript and Java. It has the visibility NOVICE.
      • clone

        public Binary clone()
        Creates a clone of this object.
        Specified by:
        clone in interface IIvyDataObject
        Returns:
        A shallow clone.
        API:
        This public API is available in IvyScript and Java. It has the visibility EXPERT.