BinaryLargeObject Create Method TIBCO Spotfire 6.0 API Reference
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.

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

public static BinaryLargeObject Create(
	Stream stream
)

Parameters

stream
Type: System.IO Stream
The input stream.

Return Value

Type: BinaryLargeObject
The newly created BinaryLargeObject.
Exceptions

ExceptionCondition
System ArgumentExceptionThrown if the input stream is null
See Also