Class SimpleChunking

    • Constructor Detail

      • SimpleChunking

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

      • chunking

        public List<LeafNodeObject> chunking()
                                      throws org.apache.tika.exception.TikaException
        This method is used to chunk the file data.
        Specified by:
        chunking in class AbstractChunking
        Returns:
        A list of LeafNodeObjectData.
        Throws:
        org.apache.tika.exception.TikaException