Uses of Class
org.apache.tika.parser.microsoft.onenote.fsshttpb.streamobj.chunking.ChunkingMethod
- 
Packages that use ChunkingMethod Package Description org.apache.tika.parser.microsoft.onenote.fsshttpb.streamobj.chunking 
- 
- 
Uses of ChunkingMethod in org.apache.tika.parser.microsoft.onenote.fsshttpb.streamobj.chunkingMethods in org.apache.tika.parser.microsoft.onenote.fsshttpb.streamobj.chunking that return ChunkingMethod Modifier and Type Method Description static ChunkingMethodChunkingMethod. valueOf(String name)Returns the enum constant of this type with the specified name.static ChunkingMethod[]ChunkingMethod. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.tika.parser.microsoft.onenote.fsshttpb.streamobj.chunking with parameters of type ChunkingMethod Modifier and Type Method Description static AbstractChunkingChunkingFactory. createChunkingInstance(byte[] fileContent, ChunkingMethod chunkingMethod)This method is used to create the instance of AbstractChunking.
 
-