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 class
RDCAnalysisChunking
This class is used to process RDC analysis chunkingclass
SimpleChunking
class
ZipFilesChunking
This 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 AbstractChunking
ChunkingFactory. createChunkingInstance(byte[] fileContent)
This method is used to create the instance of AbstractChunking.static AbstractChunking
ChunkingFactory. createChunkingInstance(byte[] fileContent, ChunkingMethod chunkingMethod)
This method is used to create the instance of AbstractChunking.static AbstractChunking
ChunkingFactory. createChunkingInstance(IntermediateNodeObject nodeObject)
This method is used to create the instance of AbstractChunking.
-