public abstract class NodeObject extends StreamObject
Modifier and Type | Field and Description |
---|---|
DataSizeObject |
dataSize |
ExGuid |
exGuid |
List<LeafNodeObject> |
intermediateNodeObjectList |
SignatureObject |
signature |
Modifier | Constructor and Description |
---|---|
protected |
NodeObject(StreamObjectTypeHeaderStart headerType)
Initializes a new instance of the NodeObject class.
|
Modifier and Type | Method and Description |
---|---|
abstract List<Byte> |
getContent()
Get all the content which is represented by the node object.
|
deserializeFromByteArray, deserializeItemsFromByteArray, getCompoundTypes, getCurrent, getStreamObjectTypeMapping, parseStreamObject, serializeItemsToByteList, serializeToByteList, tryGetCurrent
public ExGuid exGuid
public List<LeafNodeObject> intermediateNodeObjectList
public SignatureObject signature
public DataSizeObject dataSize
protected NodeObject(StreamObjectTypeHeaderStart headerType)
headerType
- Specify the node object header type.public abstract List<Byte> getContent() throws TikaException
TikaException
Copyright © 2007–2022 The Apache Software Foundation. All rights reserved.