Class ObjectGroupObjectDataBLOBReference

java.lang.Object
org.apache.tika.parser.microsoft.onenote.fsshttpb.streamobj.StreamObject
org.apache.tika.parser.microsoft.onenote.fsshttpb.streamobj.ObjectGroupObjectDataBLOBReference
All Implemented Interfaces:
IFSSHTTPBSerializable

public class ObjectGroupObjectDataBLOBReference extends StreamObject
object data BLOB reference
  • Field Details

    • objectExtendedGUIDArray

      public ExGUIDArray objectExtendedGUIDArray
    • cellIDArray

      public CellIDArray cellIDArray
    • blobExtendedGUID

      public ExGuid blobExtendedGUID
  • Constructor Details

    • ObjectGroupObjectDataBLOBReference

      public ObjectGroupObjectDataBLOBReference()
      Initializes a new instance of the ObjectGroupObjectDataBLOBReference class.
  • Method Details

    • deserializeItemsFromByteArray

      protected void deserializeItemsFromByteArray(byte[] byteArray, AtomicInteger currentIndex, int lengthOfItems) throws org.apache.tika.exception.TikaException, IOException
      Used to de-serialize the element.
      Specified by:
      deserializeItemsFromByteArray in class StreamObject
      Parameters:
      byteArray - A Byte array
      currentIndex - Start position
      lengthOfItems - The length of the items
      Throws:
      org.apache.tika.exception.TikaException
      IOException
    • serializeItemsToByteList

      protected int serializeItemsToByteList(List<Byte> byteList) throws IOException
      Used to convert the element into a byte List.
      Specified by:
      serializeItemsToByteList in class StreamObject
      Parameters:
      byteList - A Byte list
      Returns:
      The number of the elements
      Throws:
      IOException