Class AlternativePackaging
- java.lang.Object
- 
- org.apache.tika.parser.microsoft.onenote.fsshttpb.streamobj.basic.AlternativePackaging
 
- 
 public class AlternativePackaging extends Object 
- 
- 
Field SummaryFields Modifier and Type Field Description DataElementPackagedataElementPackageUUIDguidCellSchemaIdUUIDguidFileUUIDguidFileFormatUUIDguidFileTypeUUIDguidLegacyFileVersionStreamObjectHeaderEndpackagingEndStreamObjectHeaderStart32bitpackagingStartlongrgbReservedExGuidstorageIndexExtendedGUID
 - 
Constructor SummaryConstructors Constructor Description AlternativePackaging()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description intdoDeserializeFromByteArray(byte[] byteArray, int startIndex)This method is used to deserialize the Alternative Packaging object from the specified byte array and start index.
 
- 
- 
- 
Field Detail- 
guidFileTypepublic UUID guidFileType 
 - 
guidFilepublic UUID guidFile 
 - 
guidLegacyFileVersionpublic UUID guidLegacyFileVersion 
 - 
guidFileFormatpublic UUID guidFileFormat 
 - 
rgbReservedpublic long rgbReserved 
 - 
packagingStartpublic StreamObjectHeaderStart32bit packagingStart 
 - 
storageIndexExtendedGUIDpublic ExGuid storageIndexExtendedGUID 
 - 
guidCellSchemaIdpublic UUID guidCellSchemaId 
 - 
dataElementPackagepublic DataElementPackage dataElementPackage 
 - 
packagingEndpublic StreamObjectHeaderEnd packagingEnd 
 
- 
 - 
Method Detail- 
doDeserializeFromByteArraypublic int doDeserializeFromByteArray(byte[] byteArray, int startIndex) throws IOException, TikaExceptionThis 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
 
 
- 
 
-