Opens a data stream in fixed width format for reading.
Namespace:
Extreme.Data.Text
Assembly:
Extreme.Data (in Extreme.Data.dll) Version: 3.1.0
public static FixedWidthTextStream Open(
Stream stream,
FixedWidthTextOptions options
)
Public Shared Function Open (
stream As Stream,
options As FixedWidthTextOptions
) As FixedWidthTextStream
public:
static FixedWidthTextStream^ Open(
Stream^ stream,
FixedWidthTextOptions^ options
)
static member Open :
stream : Stream *
options : FixedWidthTextOptions -> FixedWidthTextStream
Parameters
- stream
- Type: System.IOStream
The stream to read the data from. - options
- Type: Extreme.Data.TextFixedWidthTextOptions
A FixedWidthTextOptions object
that specifies the options to use when reading the file.
Return Value
Type:
FixedWidthTextStreamA
FixedWidthTextOptions.
Reference