public class ObjectGroupMetadata extends StreamObject
Modifier and Type | Field and Description |
---|---|
Compact64bitInt |
ObjectChangeFrequency
Gets or sets a compact unsigned 64-bit integer that specifies the expected change frequency of the object.
|
Constructor and Description |
---|
ObjectGroupMetadata()
Initializes a new instance of the ObjectGroupMetadata 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, tryGetCurrent
public Compact64bitInt ObjectChangeFrequency
public ObjectGroupMetadata()
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 IOException
serializeItemsToByteList
in class StreamObject
byteList
- A Byte listIOException
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.