public class ObjectGroupObjectDeclare extends StreamObject
| Modifier and Type | Field and Description |
|---|---|
Compact64bitInt |
cellReferencesCount |
Compact64bitInt |
objectDataSize
Gets or sets a compact unsigned 64-bit integer that specifies the size in bytes of the object.binary data opaque
to this protocol for the declared object.
|
ExGuid |
objectExtendedGUID |
Compact64bitInt |
objectPartitionID |
Compact64bitInt |
objectReferencesCount |
| Constructor and Description |
|---|
ObjectGroupObjectDeclare()
Initializes a new instance of the ObjectGroupObjectDeclare 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 ExGuid objectExtendedGUID
public Compact64bitInt objectPartitionID
public Compact64bitInt objectDataSize
public Compact64bitInt objectReferencesCount
public Compact64bitInt cellReferencesCount
public ObjectGroupObjectDeclare()
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–2023 The Apache Software Foundation. All rights reserved.