Class CellManifestDataElementData
- java.lang.Object
- 
- org.apache.tika.parser.microsoft.onenote.fsshttpb.streamobj.DataElementData
- 
- org.apache.tika.parser.microsoft.onenote.fsshttpb.streamobj.CellManifestDataElementData
 
 
- 
- All Implemented Interfaces:
- IFSSHTTPBSerializable
 
 public class CellManifestDataElementData extends DataElementData Cell manifest data element
- 
- 
Field SummaryFields Modifier and Type Field Description CellManifestCurrentRevisioncellManifestCurrentRevision
 - 
Constructor SummaryConstructors Constructor Description CellManifestDataElementData()Initializes a new instance of the CellManifestDataElementData class.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description intdeserializeDataElementDataFromByteArray(byte[] byteArray, int startIndex)Used to return the length of this element.List<Byte>serializeToByteList()Used to convert the element into a byte List.
 
- 
- 
- 
Field Detail- 
cellManifestCurrentRevisionpublic CellManifestCurrentRevision cellManifestCurrentRevision 
 
- 
 - 
Method Detail- 
deserializeDataElementDataFromByteArraypublic int deserializeDataElementDataFromByteArray(byte[] byteArray, int startIndex) throws TikaException, IOExceptionUsed to return the length of this element.- Specified by:
- deserializeDataElementDataFromByteArrayin class- DataElementData
- Parameters:
- byteArray- A Byte array
- startIndex- Start position
- Returns:
- The element length
- Throws:
- TikaException
- IOException
 
 - 
serializeToByteListpublic List<Byte> serializeToByteList() throws TikaException, IOException Used to convert the element into a byte List.- Specified by:
- serializeToByteListin interface- IFSSHTTPBSerializable
- Specified by:
- serializeToByteListin class- DataElementData
- Returns:
- The Byte list
- Throws:
- TikaException
- IOException
 
 
- 
 
-