Class SignatureObject
java.lang.Object
org.apache.tika.parser.microsoft.onenote.fsshttpb.streamobj.StreamObject
org.apache.tika.parser.microsoft.onenote.fsshttpb.streamobj.SignatureObject
- All Implemented Interfaces:
- IFSSHTTPBSerializable
Signature Object
- 
Field SummaryFieldsModifier and TypeFieldDescriptionGets or sets a binary item as specified in [MS-FSSHTTPB] section 2.2.1.3 that specifies a value that is unique to the file data represented by this root node object.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected voiddeserializeItemsFromByteArray(byte[] byteArray, AtomicInteger currentIndex, int lengthOfItems) Used to de-serialize the element.protected intserializeItemsToByteList(List<Byte> byteList) Used to convert the element into a byte List.Methods inherited from class org.apache.tika.parser.microsoft.onenote.fsshttpb.streamobj.StreamObjectdeserializeFromByteArray, getCompoundTypes, getCurrent, getStreamObjectTypeMapping, parseStreamObject, serializeToByteList, tryGetCurrent
- 
Field Details- 
signatureDataGets or sets a binary item as specified in [MS-FSSHTTPB] section 2.2.1.3 that specifies a value that is unique to the file data represented by this root node object. The value of this item depends on the file chunking algorithm used, as specified in section 2.4.
 
- 
- 
Constructor Details- 
SignatureObjectpublic SignatureObject()Initializes a new instance of the SignatureObject class.
 
- 
- 
Method Details- 
deserializeItemsFromByteArrayprotected void deserializeItemsFromByteArray(byte[] byteArray, AtomicInteger currentIndex, int lengthOfItems) throws TikaException, IOException Used to de-serialize the element.- Specified by:
- deserializeItemsFromByteArrayin class- StreamObject
- Parameters:
- byteArray- A Byte array
- currentIndex- Start position
- lengthOfItems- The length of the items
- Throws:
- TikaException
- IOException
 
- 
serializeItemsToByteListUsed to convert the element into a byte List.- Specified by:
- serializeItemsToByteListin class- StreamObject
- Parameters:
- byteList- A Byte list
- Returns:
- The number of elements
- Throws:
- IOException
 
 
-