Class IntermediateNodeObject.RootNodeObjectBuilder
- java.lang.Object
-
- org.apache.tika.parser.microsoft.onenote.fsshttpb.streamobj.IntermediateNodeObject.RootNodeObjectBuilder
-
- Enclosing class:
- IntermediateNodeObject
public static class IntermediateNodeObject.RootNodeObjectBuilder extends Object
The class is used to build a root node object.
-
-
Constructor Summary
Constructors Constructor Description RootNodeObjectBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntermediateNodeObject
Build(byte[] fileContent)
This method is used to build a root node object from a byte array
-
-
-
Method Detail
-
Build
public IntermediateNodeObject Build(byte[] fileContent) throws TikaException, IOException
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
-
-