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
Spotfire.Dxp.DataBinaryLargeObject
Namespace: Spotfire.Dxp.Data
Assembly: Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 25.11.10401.3615 (25.11.10401.3615)
Syntax
C#
[SerializableAttribute] [PersistenceVersionAttribute(6, 0)] public sealed class BinaryLargeObject : ISerializable, IComparable, IComparable<BinaryLargeObject>, IEquatable<BinaryLargeObject>, IDisposable, IDataCacheValueType
The BinaryLargeObject type exposes the following members.
Methods
Name | Description | |
---|---|---|
CompareTo | Compares the bytes in this binary object with the other binary object.
| |
Create |
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.
| |
Dispose |
Disposes this object and frees any resources held by it.
| |
Equals(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).) | |
Equals(BinaryLargeObject) |
Compares the bytes in this binary large object with the other binary large object.
| |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetByteStream |
Returns a stream from where the byte representation of the object can be retrieved.
| |
GetHashCode |
Gets the hash code for the binary object.
(Overrides ObjectGetHashCode.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
Version Information
See Also