Class IntermediateNodeObject.RootNodeObjectBuilder

  • Enclosing class:
    IntermediateNodeObject

    public static class IntermediateNodeObject.RootNodeObjectBuilder
    extends Object
    The class is used to build a root node object.
    • Constructor Detail

      • RootNodeObjectBuilder

        public RootNodeObjectBuilder()
    • Method Detail

      • 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