java.lang.Object
org.apache.tika.parser.microsoft.onenote.fsshttpb.streamobj.basic.BasicObject
org.apache.tika.parser.microsoft.onenote.fsshttpb.streamobj.basic.BinaryItem
All Implemented Interfaces:
IFSSHTTPBSerializable

public class BinaryItem extends BasicObject
  • Field Details

  • Constructor Details

    • BinaryItem

      public BinaryItem()
      Initializes a new instance of the BinaryItem class.
    • BinaryItem

      public BinaryItem(Collection<Byte> content)
      Initializes a new instance of the BinaryItem class with the specified content.
      Parameters:
      content - Specify the binary content.
  • Method Details