BinaryLargeObject Members TIBCO Spotfire 6.0 API Reference
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 Object Equals(Object).)
Public methodEquals(BinaryLargeObject)
Compares the bytes in this binary large object with the other binary large object.
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from 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 Object GetHashCode .)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Back to Top
See Also