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 Details

    • RootNodeObjectBuilder

      public RootNodeObjectBuilder()
  • Method Details

    • Build

      public IntermediateNodeObject Build(byte[] fileContent) throws org.apache.tika.exception.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:
      org.apache.tika.exception.TikaException
      IOException