Opens a data stream in fixed width format for reading.
Namespace: Extreme.Data.TextAssembly: Extreme.Data (in Extreme.Data.dll) Version: 1.0.16170.0 (1.0.16328.0)
public static FixedWidthTextStream Open(
Stream stream,
int[] columnBreaks
)
Public Shared Function Open (
stream As Stream,
columnBreaks As Integer()
) As FixedWidthTextStream
public:
static FixedWidthTextStream^ Open(
Stream^ stream,
array<int>^ columnBreaks
)
static member Open :
stream : Stream *
columnBreaks : int[] -> FixedWidthTextStream
Parameters
- stream
- Type: System.IOStream
The stream to read the data from. - columnBreaks
- Type: SystemInt32
An integer array containing the zero-based indexes of the column breaks on each row.
Return Value
Type:
FixedWidthTextStreamA
FixedWidthTextOptions.
Numerical Libraries
Supported in: 6.0
Reference