Class ObjectGroupMetadataDeclarations
- java.lang.Object
-
- org.apache.tika.parser.microsoft.onenote.fsshttpb.streamobj.StreamObject
-
- org.apache.tika.parser.microsoft.onenote.fsshttpb.streamobj.ObjectGroupMetadataDeclarations
-
- All Implemented Interfaces:
IFSSHTTPBSerializable
public class ObjectGroupMetadataDeclarations extends StreamObject
Object Metadata Declaration
-
-
Field Summary
Fields Modifier and Type Field Description List<ObjectGroupMetadata>
objectGroupMetadataList
-
Constructor Summary
Constructors Constructor Description ObjectGroupMetadataDeclarations()
Initializes a new instance of the ObjectGroupMetadataDeclarations class.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
deserializeItemsFromByteArray(byte[] byteArray, AtomicInteger currentIndex, int lengthOfItems)
Used to de-serialize the element.protected int
serializeItemsToByteList(List<Byte> byteList)
Used to convert the element into a byte List-
Methods inherited from class org.apache.tika.parser.microsoft.onenote.fsshttpb.streamobj.StreamObject
deserializeFromByteArray, getCompoundTypes, getCurrent, getStreamObjectTypeMapping, parseStreamObject, serializeToByteList, tryGetCurrent
-
-
-
-
Field Detail
-
objectGroupMetadataList
public List<ObjectGroupMetadata> objectGroupMetadataList
-
-
Method Detail
-
serializeItemsToByteList
protected int serializeItemsToByteList(List<Byte> byteList) throws TikaException, IOException
Used to convert the element into a byte List- Specified by:
serializeItemsToByteList
in classStreamObject
- Parameters:
byteList
- A Byte list- Returns:
- A constant value 0
- Throws:
TikaException
IOException
-
deserializeItemsFromByteArray
protected void deserializeItemsFromByteArray(byte[] byteArray, AtomicInteger currentIndex, int lengthOfItems) throws TikaException, IOException
Used to de-serialize the element.- Specified by:
deserializeItemsFromByteArray
in classStreamObject
- Parameters:
byteArray
- A Byte arraycurrentIndex
- Start positionlengthOfItems
- The length of the items- Throws:
TikaException
IOException
-
-