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