public class AlternativePackaging extends Object
Modifier and Type | Field and Description |
---|---|
DataElementPackage |
dataElementPackage |
UUID |
guidCellSchemaId |
UUID |
guidFile |
UUID |
guidFileFormat |
UUID |
guidFileType |
UUID |
guidLegacyFileVersion |
StreamObjectHeaderEnd |
packagingEnd |
StreamObjectHeaderStart32bit |
packagingStart |
long |
rgbReserved |
ExGuid |
storageIndexExtendedGUID |
Constructor and Description |
---|
AlternativePackaging() |
Modifier and Type | Method and Description |
---|---|
int |
doDeserializeFromByteArray(byte[] byteArray,
int startIndex)
This method is used to deserialize the Alternative Packaging object from the specified byte
array and start index.
|
public UUID guidFileType
public UUID guidFile
public UUID guidLegacyFileVersion
public UUID guidFileFormat
public long rgbReserved
public StreamObjectHeaderStart32bit packagingStart
public ExGuid storageIndexExtendedGUID
public UUID guidCellSchemaId
public DataElementPackage dataElementPackage
public StreamObjectHeaderEnd packagingEnd
public int doDeserializeFromByteArray(byte[] byteArray, int startIndex) throws IOException, TikaException
byteArray
- Specify the byte array.startIndex
- Specify the start index from the byte array.IOException
TikaException
Copyright © 2007–1969 The Apache Software Foundation. All rights reserved.