Class DataElementData

    • Constructor Detail

      • DataElementData

        public DataElementData()
    • Method Detail

      • deserializeDataElementDataFromByteArray

        public abstract int deserializeDataElementDataFromByteArray​(byte[] byteArray,
                                                                    int startIndex)
                                                             throws org.apache.tika.exception.TikaException,
                                                                    IOException
        De-serialize data element data from byte array.
        Parameters:
        byteArray - The byte array.
        startIndex - The position where to start.
        Returns:
        The length of the item.
        Throws:
        org.apache.tika.exception.TikaException
        IOException