Uses of Class
org.apache.tika.parser.microsoft.onenote.fsshttpb.streamobj.LeafNodeObject
Package
Description
-
Uses of LeafNodeObject in org.apache.tika.parser.microsoft.onenote.fsshttpb.streamobj
Modifier 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
Modifier 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.