Class ZipFilesChunking
- java.lang.Object
- 
- org.apache.tika.parser.microsoft.onenote.fsshttpb.streamobj.chunking.AbstractChunking
- 
- org.apache.tika.parser.microsoft.onenote.fsshttpb.streamobj.chunking.ZipFilesChunking
 
 
- 
 public class ZipFilesChunking extends AbstractChunking This class is used to process zip file chunking
- 
- 
Field Summary- 
Fields inherited from class org.apache.tika.parser.microsoft.onenote.fsshttpb.streamobj.chunking.AbstractChunkingfileContent
 
- 
 - 
Constructor SummaryConstructors Constructor Description ZipFilesChunking(byte[] fileContent)Initializes a new instance of the ZipFilesChunking class
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description List<LeafNodeObject>chunking()This method is used to chunk the file data.
 
- 
- 
- 
Method Detail- 
chunkingpublic List<LeafNodeObject> chunking() throws TikaException, IOException This method is used to chunk the file data.- Specified by:
- chunkingin class- AbstractChunking
- Returns:
- A list of LeafNodeObjectData.
- Throws:
- TikaException
- IOException
 
 
- 
 
-