public class IntermediateNodeObject extends NodeObject
Modifier and Type | Class and Description |
---|---|
static class |
IntermediateNodeObject.RootNodeObjectBuilder
The class is used to build a root node object.
|
dataSize, exGuid, intermediateNodeObjectList, signature
Constructor and Description |
---|
IntermediateNodeObject()
Initializes a new instance of the IntermediateNodeObject class.
|
Modifier and Type | Method and Description |
---|---|
protected void |
deserializeItemsFromByteArray(byte[] byteArray,
AtomicInteger currentIndex,
int lengthOfItems)
Used to de-serialize the element.
|
List<Byte> |
getContent()
Get all the content which is represented by the root node object.
|
protected int |
serializeItemsToByteList(List<Byte> byteList)
Used to convert the element into a byte List.
|
deserializeFromByteArray, getCompoundTypes, getCurrent, getStreamObjectTypeMapping, parseStreamObject, serializeToByteList, tryGetCurrent
public IntermediateNodeObject()
public List<Byte> getContent() throws TikaException
getContent
in class NodeObject
TikaException
protected void deserializeItemsFromByteArray(byte[] byteArray, AtomicInteger currentIndex, int lengthOfItems) throws TikaException, IOException
deserializeItemsFromByteArray
in class StreamObject
byteArray
- A Byte arraycurrentIndex
- Start positionlengthOfItems
- The length of the itemsTikaException
IOException
protected int serializeItemsToByteList(List<Byte> byteList) throws TikaException, IOException
serializeItemsToByteList
in class StreamObject
byteList
- A Byte listTikaException
IOException
Copyright © 2007–1969 The Apache Software Foundation. All rights reserved.