Class StorageIndexManifestMapping

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

public class StorageIndexManifestMapping extends StreamObject
  • Field Details

    • manifestMappingExGuid

      public ExGuid manifestMappingExGuid
    • manifestMappingSerialNumber

      public SerialNumber manifestMappingSerialNumber
  • Constructor Details

    • StorageIndexManifestMapping

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

    • deserializeItemsFromByteArray

      protected void deserializeItemsFromByteArray(byte[] byteArray, AtomicInteger currentIndex, int lengthOfItems) throws org.apache.tika.exception.TikaException, IOException
      Used to Deserialize the items.
      Specified by:
      deserializeItemsFromByteArray in class StreamObject
      Parameters:
      byteArray - 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 length of list
      Throws:
      IOException