Class ObjectSpaceObjectStreamOfOIDs

java.lang.Object
org.apache.tika.parser.microsoft.onenote.fsshttpb.streamobj.space.ObjectSpaceObjectStreamOfOIDs

public class ObjectSpaceObjectStreamOfOIDs extends Object
This class is used to represent a ObjectSpaceObjectStreamOfOIDs.
  • Field Details

  • Constructor Details

    • ObjectSpaceObjectStreamOfOIDs

      public ObjectSpaceObjectStreamOfOIDs()
  • Method Details

    • serializeToByteList

      public List<Byte> serializeToByteList() throws IOException
      This method is used to convert the element of ObjectSpaceObjectStreamOfOIDs object into a byte List.
      Returns:
      Return the byte list which store the byte information of ObjectSpaceObjectStreamOfOIDs
      Throws:
      IOException
    • doDeserializeFromByteArray

      public int doDeserializeFromByteArray(byte[] byteArray, int startIndex) throws IOException
      This method is used to deserialize the ObjectSpaceObjectStreamOfOIDs object from the specified byte array and start index.
      Parameters:
      byteArray - Specify the byte array.
      startIndex - Specify the start index from the byte array.
      Returns:
      Return the length in byte of the ObjectSpaceObjectStreamOfOIDs object.
      Throws:
      IOException