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

public class DataHashObject extends StreamObject
  • Field Details

    • data

      public BinaryItem data
      Gets or sets a binary item as specified in [MS-FSSHTTPB] section 2.2.1.3 that specifies a value that is unique to the file data represented by this root node object. The value of this item depends on the file chunking algorithm used, as specified in section 2.4.
  • Constructor Details

    • DataHashObject

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