Class BinaryItem

    • Constructor Detail

      • 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.