Class ObjectGroupObjectDeclare

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

public class ObjectGroupObjectDeclare extends StreamObject
  • Field Details

    • objectExtendedGUID

      public ExGuid objectExtendedGUID
    • objectPartitionID

      public Compact64bitInt objectPartitionID
    • objectDataSize

      public Compact64bitInt objectDataSize
      Gets or sets a compact unsigned 64-bit integer that specifies the size in bytes of the object.binary data opaque to this protocol for the declared object. This MUST match the size of the binary item in the corresponding object data for this object.
    • objectReferencesCount

      public Compact64bitInt objectReferencesCount
    • cellReferencesCount

      public Compact64bitInt cellReferencesCount
  • Constructor Details

    • ObjectGroupObjectDeclare

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