Class SimpleChunking
- 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
 
- 
- 
Field Summary
- 
Fields inherited from class org.apache.tika.parser.microsoft.onenote.fsshttpb.streamobj.chunking.AbstractChunking
fileContent 
 - 
 
- 
Constructor Summary
Constructors Constructor Description SimpleChunking(byte[] fileContent)Initializes a new instance of the SimpleChunking class 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<LeafNodeObject>chunking()This method is used to chunk the file data. 
 - 
 
- 
- 
Method Detail
- 
chunking
public List<LeafNodeObject> chunking() throws TikaException
This method is used to chunk the file data.- Specified by:
 chunkingin classAbstractChunking- Returns:
 - A list of LeafNodeObjectData.
 - Throws:
 TikaException
 
 - 
 
 -