Class StorageManifestSchemaGUID

    • Field Detail

      • guid

        public UUID guid
    • Constructor Detail

      • StorageManifestSchemaGUID

        public StorageManifestSchemaGUID()
        Initializes a new instance of the StorageManifestSchemaGUID class.
    • Method Detail

      • deserializeItemsFromByteArray

        protected void deserializeItemsFromByteArray​(byte[] byteArray,
                                                     AtomicInteger currentIndex,
                                                     int lengthOfItems)
        Used to de-serialize the items.
        Specified by:
        deserializeItemsFromByteArray in class StreamObject
        Parameters:
        byteArray - Byte array
        currentIndex - Start position
        lengthOfItems - The length of the items
      • serializeItemsToByteList

        protected int serializeItemsToByteList​(List<Byte> byteList)
        Used to convert the element into a byte List.
        Specified by:
        serializeItemsToByteList in class StreamObject
        Parameters:
        byteList - A Byte list
        Returns:
        A constant value 16