Class AbstractChunking

    • Field Detail

      • fileContent

        protected byte[] fileContent
    • Constructor Detail

      • AbstractChunking

        protected AbstractChunking​(byte[] fileContent)
        Initializes a new instance of the AbstractChunking class.
        Parameters:
        fileContent - The content of the file.
    • Method Detail

      • chunking

        public abstract List<LeafNodeObject> chunking()
                                               throws IOException,
                                                      org.apache.tika.exception.TikaException
        This method is used to chunk the file data.
        Returns:
        A list of LeafNodeObjectData.
        Throws:
        IOException
        org.apache.tika.exception.TikaException