Uses of Class
org.apache.tika.parser.microsoft.onenote.fsshttpb.streamobj.chunking.AbstractChunking
-
Packages that use AbstractChunking Package Description org.apache.tika.parser.microsoft.onenote.fsshttpb.streamobj.chunking -
-
Uses of AbstractChunking in org.apache.tika.parser.microsoft.onenote.fsshttpb.streamobj.chunking
Subclasses of AbstractChunking in org.apache.tika.parser.microsoft.onenote.fsshttpb.streamobj.chunking Modifier and Type Class Description classRDCAnalysisChunkingThis class is used to process RDC analysis chunkingclassSimpleChunkingclassZipFilesChunkingThis class is used to process zip file chunkingMethods in org.apache.tika.parser.microsoft.onenote.fsshttpb.streamobj.chunking that return AbstractChunking Modifier and Type Method Description static AbstractChunkingChunkingFactory. createChunkingInstance(byte[] fileContent)This method is used to create the instance of AbstractChunking.static AbstractChunkingChunkingFactory. createChunkingInstance(byte[] fileContent, ChunkingMethod chunkingMethod)This method is used to create the instance of AbstractChunking.static AbstractChunkingChunkingFactory. createChunkingInstance(IntermediateNodeObject nodeObject)This method is used to create the instance of AbstractChunking.
-