java.lang.Object
org.apache.tika.parser.microsoft.onenote.fsshttpb.streamobj.chunking.AbstractChunking
Direct Known Subclasses:
RDCAnalysisChunking, SimpleChunking, ZipFilesChunking

public abstract class AbstractChunking extends Object
This class specifies the base class for file chunking
  • Field Details

    • fileContent

      protected byte[] fileContent
  • Constructor Details

    • AbstractChunking

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