Opens a data stream in delimited-text format for writing.
Namespace: Extreme.Data.TextAssembly: Extreme.Data (in Extreme.Data.dll) Version: 1.0.16170.0 (1.0.16170.0)
public static MatrixMarketStream Append(
Stream stream,
TextOptions options = null
)
Public Shared Function Append (
stream As Stream,
Optional options As TextOptions = Nothing
) As MatrixMarketStream
public:
static MatrixMarketStream^ Append(
Stream^ stream,
TextOptions^ options = nullptr
)
static member Append :
stream : Stream *
?options : TextOptions
(* Defaults:
let _options = defaultArg options null
*)
-> MatrixMarketStream
Parameters
- stream
- Type: System.IOStream
The stream to write to. - options (Optional)
- Type: Extreme.DataTextOptions
A TextOptions object
that specifies the options to use when writing the file.
Return Value
Type:
MatrixMarketStreamA
MatrixMarketStream.
Numerical Libraries
Supported in: 6.0
Reference