public class ObjectGroupData extends StreamObject
| Modifier and Type | Field and Description |
|---|---|
List<ObjectGroupObjectDataBLOBReference> |
objectGroupObjectDataBLOBReferenceList |
List<ObjectGroupObjectData> |
objectGroupObjectDataList |
| Constructor and Description |
|---|
ObjectGroupData()
Initializes a new instance of the ObjectGroupData class.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
deserializeItemsFromByteArray(byte[] byteArray,
AtomicInteger currentIndex,
int lengthOfItems)
Used to de-serialize the element.
|
protected int |
serializeItemsToByteList(List<Byte> byteList)
Used to convert the element into a byte List
|
deserializeFromByteArray, getCompoundTypes, getCurrent, getStreamObjectTypeMapping, parseStreamObject, serializeToByteList, tryGetCurrentpublic List<ObjectGroupObjectData> objectGroupObjectDataList
public List<ObjectGroupObjectDataBLOBReference> objectGroupObjectDataBLOBReferenceList
public ObjectGroupData()
protected int serializeItemsToByteList(List<Byte> byteList) throws TikaException, IOException
serializeItemsToByteList in class StreamObjectbyteList - A Byte listTikaExceptionIOExceptionprotected void deserializeItemsFromByteArray(byte[] byteArray,
AtomicInteger currentIndex,
int lengthOfItems)
throws TikaException,
IOException
deserializeItemsFromByteArray in class StreamObjectbyteArray - A Byte arraycurrentIndex - Start positionlengthOfItems - The length of the itemsTikaExceptionIOExceptionCopyright © 2007–2022 The Apache Software Foundation. All rights reserved.