Class UUIDArrayAssistant

    • Constructor Detail

      • UUIDArrayAssistant

        public UUIDArrayAssistant()
    • Method Detail

      • buildElement

        public Object buildElement​(byte[] bytes,
                                   int pos,
                                   int len)
        Description copied from interface: ArrayAssistant
        build a array element from its binary bytes.
        Specified by:
        buildElement in interface ArrayAssistant
        Parameters:
        bytes - input bytes
        pos - position in input array
        len - length of the element
        Returns:
        array element from its binary bytes
      • buildElement

        public Object buildElement​(String literal)
        Description copied from interface: ArrayAssistant
        build an array element from its literal string.
        Specified by:
        buildElement in interface ArrayAssistant
        Parameters:
        literal - string representation of array element
        Returns:
        array element