Opens a data stream in Matrix Market format for reading.
Namespace:
Extreme.Data.Text
Assembly:
Extreme.Data (in Extreme.Data.dll) Version: 3.1.0
public static MatrixMarketStream Open(
Stream stream,
TextOptions options = null
)
Public Shared Function Open (
stream As Stream,
Optional options As TextOptions = Nothing
) As MatrixMarketStream
public:
static MatrixMarketStream^ Open(
Stream^ stream,
TextOptions^ options = nullptr
)
static member Open :
stream : Stream *
?options : TextOptions
(* Defaults:
let _options = defaultArg options null
*)
-> MatrixMarketStream
Parameters
- stream
- Type: System.IOStream
The stream to read the data from. - options (Optional)
- Type: Extreme.DataTextOptions
A TextOptions object
that specifies the options to use when reading the file.
Return Value
Type:
MatrixMarketStreamA
MatrixMarketStream.
Reference