Class AlternativePackaging
java.lang.Object
org.apache.tika.parser.microsoft.onenote.fsshttpb.streamobj.basic.AlternativePackaging
-
Field Summary
Modifier and TypeFieldDescriptionlong
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
doDeserializeFromByteArray
(byte[] byteArray, int startIndex) This method is used to deserialize the Alternative Packaging object from the specified byte array and start index.
-
Field Details
-
guidFileType
-
guidFile
-
guidLegacyFileVersion
-
guidFileFormat
-
rgbReserved
public long rgbReserved -
packagingStart
-
storageIndexExtendedGUID
-
guidCellSchemaId
-
dataElementPackage
-
packagingEnd
-
-
Constructor Details
-
AlternativePackaging
public AlternativePackaging()
-
-
Method Details
-
doDeserializeFromByteArray
public int doDeserializeFromByteArray(byte[] byteArray, int startIndex) throws IOException, TikaException This method is used to deserialize the Alternative Packaging object from the specified byte array and start index.- Parameters:
byteArray
- Specify the byte array.startIndex
- Specify the start index from the byte array.- Returns:
- Return the length in byte of the Alternative Packaging object.
- Throws:
IOException
TikaException
-