Class NodeObject
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
-
Field Summary
Modifier and TypeFieldDescription -
Constructor Summary
ModifierConstructorDescriptionprotected
NodeObject
(StreamObjectTypeHeaderStart headerType) Initializes a new instance of the NodeObject class. -
Method Summary
Modifier and TypeMethodDescriptionGet all the content which is represented by the node object.Methods inherited from class org.apache.tika.parser.microsoft.onenote.fsshttpb.streamobj.StreamObject
deserializeFromByteArray, deserializeItemsFromByteArray, getCompoundTypes, getCurrent, getStreamObjectTypeMapping, parseStreamObject, serializeItemsToByteList, serializeToByteList, tryGetCurrent
-
Field Details
-
exGuid
-
intermediateNodeObjectList
-
signature
-
dataSize
-
-
Constructor Details
-
NodeObject
Initializes a new instance of the NodeObject class.- Parameters:
headerType
- Specify the node object header type.
-
-
Method Details
-
getContent
Get all the content which is represented by the node object.- Returns:
- Return the byte list of node object content.
- Throws:
TikaException
-