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.DataAssembly: Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 18.10.8513.5432 (18.10.8513.5432)
Syntax
Parameters
- stream
- Type: System.IO Stream
The input stream.
Return Value
Type: BinaryLargeObjectThe newly created BinaryLargeObject.
Exceptions
Exception | Condition |
---|---|
System ArgumentException | Thrown if the input stream is null |
Version Information
See Also