Reads all data frames from a stream.
Namespace: Extreme.Data.RAssembly: Extreme.Data (in Extreme.Data.dll) Version: 1.0.16170.0 (1.0.16170.0)
public static Dictionary<string, DataFrame<long, string>> ReadAllDataFrames(
Stream stream
)
Public Shared Function ReadAllDataFrames (
stream As Stream
) As Dictionary(Of String, DataFrame(Of Long, String))
public:
static Dictionary<String^, DataFrame<long long, String^>^>^ ReadAllDataFrames(
Stream^ stream
)
static member ReadAllDataFrames :
stream : Stream -> Dictionary<string, DataFrame<int64, string>>
Parameters
- stream
- Type: System.IOStream
The stream to read from.
Return Value
Type:
DictionaryString,
DataFrameInt64,
StringA dictionary containing all the data frames
read from the stream using their name as the key.
Numerical Libraries
Supported in: 6.0
Reference