Class StorageManifestSchemaGUID
- java.lang.Object
-
- org.apache.tika.parser.microsoft.onenote.fsshttpb.streamobj.StreamObject
-
- org.apache.tika.parser.microsoft.onenote.fsshttpb.streamobj.StorageManifestSchemaGUID
-
- All Implemented Interfaces:
IFSSHTTPBSerializable
public class StorageManifestSchemaGUID extends StreamObject
Specifies a storage manifest schema GUID
-
-
Constructor Summary
Constructors Constructor Description StorageManifestSchemaGUID()
Initializes a new instance of the StorageManifestSchemaGUID class.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.-
Methods inherited from class org.apache.tika.parser.microsoft.onenote.fsshttpb.streamobj.StreamObject
deserializeFromByteArray, getCompoundTypes, getCurrent, getStreamObjectTypeMapping, parseStreamObject, serializeToByteList, tryGetCurrent
-
-
-
-
Field Detail
-
guid
public UUID guid
-
-
Method Detail
-
deserializeItemsFromByteArray
protected void deserializeItemsFromByteArray(byte[] byteArray, AtomicInteger currentIndex, int lengthOfItems)
Used to de-serialize the items.- Specified by:
deserializeItemsFromByteArray
in classStreamObject
- Parameters:
byteArray
- Byte arraycurrentIndex
- Start positionlengthOfItems
- 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 classStreamObject
- Parameters:
byteList
- A Byte list- Returns:
- A constant value 16
-
-