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