java.lang.Object
org.apache.tika.parser.microsoft.onenote.fsshttpb.streamobj.chunking.AbstractChunking
org.apache.tika.parser.microsoft.onenote.fsshttpb.streamobj.chunking.SimpleChunking

public class SimpleChunking extends AbstractChunking
  • Constructor Details

    • SimpleChunking

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

    • 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