BinaryLargeObject Class

Spotfire 14.3 API Reference
Represents a value of datatype Binary. The inner representation of the data is not accessible directly, instead a BinaryLargeObject is created from a byte stream and the data is retrieved through a byte stream.
Inheritance Hierarchy

SystemObject
  Spotfire.Dxp.DataBinaryLargeObject

Namespace:  Spotfire.Dxp.Data
Assembly:  Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 65.0.19510.3242 (65.0.19510.3242)
Syntax

C#
[SerializableAttribute]
[PersistenceVersionAttribute(6, 0)]
public sealed class BinaryLargeObject : ISerializable, 
	IComparable, IComparable<BinaryLargeObject>, IEquatable<BinaryLargeObject>, 
	IDisposable

The BinaryLargeObject type exposes the following members.

Methods

  NameDescription
Public methodCompareTo
Compares the bytes in this binary object with the other binary object.
Public methodStatic memberCreate
Creates a BinaryLargeObject by reading data from a stream. Starts reading binary data from the current position of the stream and stops at the end of the stream. When done, the position in the stream is at the end of the stream.
Public methodDispose
Disposes this object and frees any resources held by it.
Public methodEquals(Object)
Compares the bytes in this binary large object with the other binary large object. If the other object is not a BinaryLargeObject then this method returns false.
(Overrides ObjectEquals(Object).)
Public methodEquals(BinaryLargeObject)
Compares the bytes in this binary large object with the other binary large object.
Public methodGetByteStream
Returns a stream from where the byte representation of the object can be retrieved.
Public methodGetHashCode
Gets the hash code for the binary object.
(Overrides ObjectGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Top
Explicit Interface Implementations

  NameDescription
Explicit interface implementationPrivate methodIComparableCompareTo
Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object.
Explicit interface implementationPrivate methodISerializableGetObjectData
Get Object Data.
Top
Version Information

Supported in: 14.3, 14.2, 14.1, 14.0, 12.5, 12.4, 12.3, 12.2, 12.1, 12.0, 11.8
See Also

Reference