Uses of Enum
org.apache.tika.parser.microsoft.onenote.fsshttpb.streamobj.chunking.ChunkingMethod
-
Uses of ChunkingMethod in org.apache.tika.parser.microsoft.onenote.fsshttpb.streamobj.chunking
Modifier and TypeMethodDescriptionstatic ChunkingMethod
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.Modifier and TypeMethodDescriptionstatic AbstractChunking
ChunkingFactory.createChunkingInstance
(byte[] fileContent, ChunkingMethod chunkingMethod) This method is used to create the instance of AbstractChunking.