Class IntermediateNodeObject.RootNodeObjectBuilder
java.lang.Object
org.apache.tika.parser.microsoft.onenote.fsshttpb.streamobj.IntermediateNodeObject.RootNodeObjectBuilder
- Enclosing class:
- IntermediateNodeObject
The class is used to build a root node object.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionBuild
(byte[] fileContent) This method is used to build a root node object from a byte array
-
Constructor Details
-
RootNodeObjectBuilder
public RootNodeObjectBuilder()
-
-
Method Details
-
Build
This method is used to build a root node object from a byte array- Parameters:
fileContent
- Specify the byte array.- Returns:
- Return a root node object build from the byte array.
- Throws:
TikaException
IOException
-