Class AbstractChunking
java.lang.Object
org.apache.tika.parser.microsoft.onenote.fsshttpb.streamobj.chunking.AbstractChunking
- Direct Known Subclasses:
 RDCAnalysisChunking,SimpleChunking,ZipFilesChunking
This class specifies the base class for file chunking
- 
Field Summary
Fields - 
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedAbstractChunking(byte[] fileContent) Initializes a new instance of the AbstractChunking class. - 
Method Summary
Modifier and TypeMethodDescriptionabstract List<LeafNodeObject>chunking()This method is used to chunk the file data. 
- 
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
- 
chunking
This method is used to chunk the file data.- Returns:
 - A list of LeafNodeObjectData.
 - Throws:
 IOExceptionTikaException
 
 -