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: 25.11.10401.3615 (25.11.10401.3615)
Syntax
C#
public static BinaryLargeObject Create( Stream stream )
Parameters
- stream
- Type: System.IOStream
The input stream.
Return Value
Type: BinaryLargeObjectThe newly created BinaryLargeObject.
Exceptions
Exception | Condition |
---|---|
ArgumentException | Thrown if the input stream is null |
Version Information
See Also