java.lang.Object
org.apache.tika.parser.microsoft.onenote.fsshttpb.streamobj.StreamObject
org.apache.tika.parser.microsoft.onenote.fsshttpb.streamobj.NodeObject
All Implemented Interfaces:
IFSSHTTPBSerializable
Direct Known Subclasses:
IntermediateNodeObject, LeafNodeObject

public abstract class NodeObject extends StreamObject
  • Field Details

  • Constructor Details

    • NodeObject

      protected NodeObject(StreamObjectTypeHeaderStart headerType)
      Initializes a new instance of the NodeObject class.
      Parameters:
      headerType - Specify the node object header type.
  • Method Details

    • getContent

      public abstract List<Byte> getContent() throws TikaException
      Get all the content which is represented by the node object.
      Returns:
      Return the byte list of node object content.
      Throws:
      TikaException