Uses of Class
org.apache.tika.parser.microsoft.onenote.fsshttpb.streamobj.LeafNodeObject
-
Packages that use LeafNodeObject Package Description org.apache.tika.parser.microsoft.onenote.fsshttpb.streamobj org.apache.tika.parser.microsoft.onenote.fsshttpb.streamobj.chunking -
-
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 LeafNodeObject Modifier and Type Field Description List<LeafNodeObject>
NodeObject. intermediateNodeObjectList
Methods in org.apache.tika.parser.microsoft.onenote.fsshttpb.streamobj that return LeafNodeObject Modifier and Type Method Description LeafNodeObject
LeafNodeObject.IntermediateNodeObjectBuilder. Build(byte[] array, SignatureObject signature)
This method is used to build intermediate node object from a byte array with a signatureLeafNodeObject
LeafNodeObject.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 LeafNodeObject Modifier and Type Method Description abstract List<LeafNodeObject>
AbstractChunking. chunking()
This method is used to chunk the file data.List<LeafNodeObject>
RDCAnalysisChunking. chunking()
This method is used to chunk the file data.List<LeafNodeObject>
SimpleChunking. chunking()
This method is used to chunk the file data.List<LeafNodeObject>
ZipFilesChunking. chunking()
This method is used to chunk the file data.
-