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, tryGetCurrent
public UUID guid
public StorageManifestSchemaGUID()
protected void deserializeItemsFromByteArray(byte[] byteArray, AtomicInteger currentIndex, int lengthOfItems)
deserializeItemsFromByteArray
in class StreamObject
byteArray
- Byte arraycurrentIndex
- Start positionlengthOfItems
- The length of the itemsprotected int serializeItemsToByteList(List<Byte> byteList)
serializeItemsToByteList
in class StreamObject
byteList
- A Byte listCopyright © 2007–1969 The Apache Software Foundation. All rights reserved.