Uses of Class
org.apache.tika.parser.microsoft.onenote.fsshttpb.streamobj.LeafNodeObject
Packages that use LeafNodeObject
Package
Description
-
Uses of LeafNodeObject in org.apache.tika.parser.microsoft.onenote.fsshttpb.streamobj
Fields in org.apache.tika.parser.microsoft.onenote.fsshttpb.streamobj with type parameters of type LeafNodeObjectMethods in org.apache.tika.parser.microsoft.onenote.fsshttpb.streamobj that return LeafNodeObjectModifier and TypeMethodDescriptionLeafNodeObject.IntermediateNodeObjectBuilder.Build
(byte[] array, SignatureObject signature) This method is used to build intermediate node object from a byte array with a signatureLeafNodeObject.IntermediateNodeObjectBuilder.Build
(List<ObjectGroupDataElementData> objectGroupList, ObjectGroupObjectData dataObj, ExGuid intermediateGuid) This method is used to build intermediate node object from an list of object group data element -
Uses of LeafNodeObject in org.apache.tika.parser.microsoft.onenote.fsshttpb.streamobj.chunking
Methods in org.apache.tika.parser.microsoft.onenote.fsshttpb.streamobj.chunking that return types with arguments of type LeafNodeObjectModifier and TypeMethodDescriptionabstract List<LeafNodeObject>
AbstractChunking.chunking()
This method is used to chunk the file data.RDCAnalysisChunking.chunking()
This method is used to chunk the file data.SimpleChunking.chunking()
This method is used to chunk the file data.ZipFilesChunking.chunking()
This method is used to chunk the file data.