Specifies the methods and properties of a data file
that may contain multiple objects.
| Name | Description |
---|
 | Dispose |
Releases unmanaged resources.
(Inherited from DataStream.) |
 | Dispose(Boolean) |
Releases resources.
(Inherited from DataStream.) |
 | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
 | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
 | Flush |
Causes any buffered data to be written to the underlying data store.
(Inherited from DataStream.) |
 | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
 | GetType | Gets the Type of the current instance. (Inherited from Object.) |
 | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
 | ReadAll |
Reads all objects from the data stream.
|
 | ReadAllDataFrames |
Reads all data frames from the data stream.
|
 | ReadAllDataFramesR, C |
Reads all data frames from the data stream.
|
 | ReadAllMatricesT |
Reads all matrices with the specified element type from the data stream.
|
 | ReadAllVectorsT |
Reads all vectors with the specified element type from the data stream.
|
 | ReadDataFrame(String) |
Reads the data frame with the specified name in the file.
|
 | ReadDataFrameR(Int32, Boolean) |
Reads a data frame from the file.
(Inherited from DataStream.) |
 | ReadDataFrameR(String, Boolean) |
Reads a data frame from the file.
(Inherited from DataStream.) |
 | ReadDataFrameR, C |
Reads the data frame at the current position in the file.
(Overrides DataStreamTObjectReadDataFrameR, C.) |
 | ReadDataFrameR, C(String) |
Reads the data frame with the specified name in the file.
|
 | ReadDataFrameR, C(C, Boolean) |
Reads a data frame from the file.
(Inherited from DataStream.) |
 | ReadDataFrames(IEnumerableString) |
Reads the data frames with the specified names from
the data stream.
|
 | ReadDataFramesR, C(IEnumerableString) |
Reads the data frames with the specified names from
the data stream.
|
 | ReadMatricesT |
Reads matrices with the specified names from the data stream.
|
 | ReadMatrixT(Boolean) |
Reads the two-dimensional array at the current position in the file.
(Overrides DataStreamTObjectReadMatrixT(Boolean).) |
 | ReadMatrixT(String, Boolean) |
Reads the two-dimensional array with the specified name in the file.
|
 | ReadObject |
Reads an object from the data stream.
(Overrides DataStreamTObjectReadObject.) |
 | ReadObject(String) |
Reads the object with the specified name from the data stream.
|
 | ReadSymbol |
Reads the symbol at the current position in the file.
|
 | ReadVectorT(Boolean) |
Reads the one-dimensional array at the current position in the file.
(Overrides DataStreamTObjectReadVectorT(Boolean).) |
 | ReadVectorT(String, Boolean) |
Reads the one-dimensional array with the specified name in the file.
|
 | ReadVectorsT |
Reads vectors with the specified names from the data stream.
|
 | ToString | Returns a string that represents the current object. (Inherited from Object.) |
 | TryReadObject |
Attempts to read an object from the data stream.
(Overrides DataStreamTObjectTryReadObject(TObject).) |
 | TryReadSymbol |
Attempts to read a named object from the data stream.
|
 | TryReadSymbolCore |
Attempts to read a named object from the data stream.
|
 | Write(IDictionaryString, TObject) |
Writes all objects to the data stream.
|
 | WriteT(DictionaryString, MatrixT) |
Writes matrices with the specified names to the data stream.
|
 | WriteT(DictionaryString, VectorT) |
Writes all vectors with the specified element type to the data stream.
|
 | WriteT(MatrixT) |
Writes the two-dimensional array at the current position in the file.
(Overrides DataStreamTObjectWriteT(MatrixT).) |
 | WriteT(MatrixT) |
Writes the two-dimensional array at the current position in the file.
(Inherited from DataStream.) |
 | WriteT(MatrixT) |
Writes the two-dimensional array at the current position in the file.
(Inherited from DataStreamTObject.) |
 | WriteT(VectorT) |
Writes the one-dimensional array at the current position in the file.
(Overrides DataStreamTObjectWriteT(VectorT).) |
 | WriteT(VectorT) |
Writes the one-dimensional array at the current position in the file.
(Inherited from DataStream.) |
 | WriteT(VectorT) |
Writes the one-dimensional array at the current position in the file.
(Inherited from DataStreamTObject.) |
 | WriteT(IEnumerableMatrixT, IEnumerableString) |
Writes matrices with the specified names to the data stream.
|
 | WriteT(IEnumerableVectorT, IEnumerableString) |
Writes vectors with the specified names to the data stream.
|
 | WriteT(MatrixT, String) |
Writes the two-dimensional array with the specified name to the data stream.
|
 | WriteT(VectorT, String) |
Writes the one-dimensional array with the specified name to the data stream.
|
 | WriteR, C(DataFrameR, C) |
Writes the data frame at the current position in the file.
(Overrides DataStreamTObjectWriteR, C(DataFrameR, C).) |
 | WriteR, C(DataFrameR, C) |
Writes the data frame at the current position in the file.
(Inherited from DataStream.) |
 | WriteR, C(DataFrameR, C) |
Writes the data frame at the current position in the file.
(Inherited from DataStreamTObject.) |
 | WriteR, C(DictionaryString, DataFrameR, C) |
Writes the specified data frames to the data stream.
|
 | WriteR, C(DataFrameR, C, String) |
Writes the data frame with the specified name to the data stream.
|
 | WriteR, C(IEnumerableDataFrameR, C, IEnumerableString) |
Writes the specified data frames to the data stream.
|
 | WriteObject |
Writes an object to the data stream.
(Overrides DataStreamTObjectWriteObject(TObject).) |
 | WriteSymbol |
Writes the specified object to the data stream.
|
 | WriteSymbolCore |
Writes the specified object to the data stream.
|