public class ObjectGroupObjectDataBLOBReference extends StreamObject
| Modifier and Type | Field and Description | 
|---|---|
ExGuid | 
blobExtendedGUID  | 
CellIDArray | 
cellIDArray  | 
ExGUIDArray | 
objectExtendedGUIDArray  | 
| Constructor and Description | 
|---|
ObjectGroupObjectDataBLOBReference()
Initializes a new instance of the ObjectGroupObjectDataBLOBReference 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 ExGUIDArray objectExtendedGUIDArray
public CellIDArray cellIDArray
public ExGuid blobExtendedGUID
public ObjectGroupObjectDataBLOBReference()
protected void deserializeItemsFromByteArray(byte[] byteArray,
                                             AtomicInteger currentIndex,
                                             int lengthOfItems)
                                      throws TikaException,
                                             IOException
deserializeItemsFromByteArray in class StreamObjectbyteArray - A Byte arraycurrentIndex - Start positionlengthOfItems - The length of the itemsTikaExceptionIOExceptionprotected int serializeItemsToByteList(List<Byte> byteList) throws IOException
serializeItemsToByteList in class StreamObjectbyteList - A Byte listIOExceptionCopyright © 2007–2021 The Apache Software Foundation. All rights reserved.