| Name | Description |
---|
 | Dispose |
Releases unmanaged resources.
(Inherited from DataStream.) |
 | Dispose(Boolean) |
Releases resources.
(Overrides DataStreamDispose(Boolean).) |
 | 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.
(Overrides DataStreamFlush.) |
 | 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.) |
 | ReadComplexMatrixT |
Reads a complex matrix from the stream.
(Overrides TextDataStreamReadComplexMatrixT(Boolean).) |
 | ReadComplexVectorT |
Reads a complex vector from the stream.
(Overrides TextDataStreamReadComplexVectorT(Boolean).) |
 | 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 DataStreamReadDataFrameR, C.) |
 | ReadDataFrameR, C(C, Boolean) |
Reads a data frame from the file.
(Inherited from DataStream.) |
 | ReadMatrixT |
Reads the two-dimensional array at the current position in the file.
(Overrides DataStreamReadMatrixT(Boolean).) |
 | ReadVectorT |
Reads the one-dimensional array at the current position in the file.
(Overrides DataStreamReadVectorT(Boolean).) |
 | ToString | Returns a string that represents the current object. (Inherited from Object.) |
 | 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.
(Overrides DataStreamWriteT(MatrixT).) |
 | WriteT(MatrixComplexT) |
Writes a complex matrix to the stream.
(Overrides TextDataStreamWriteT(MatrixComplexT).) |
 | WriteT(MatrixComplexT) |
Writes a complex matrix to the stream.
(Inherited from TextDataStream.) |
 | 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.
(Overrides DataStreamWriteT(VectorT).) |
 | WriteT(VectorComplexT) |
Writes a complex vector to the stream.
(Overrides TextDataStreamWriteT(VectorComplexT).) |
 | WriteT(VectorComplexT) |
Writes a complex vector to the stream.
(Inherited from TextDataStream.) |
 | 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.
(Overrides DataStreamWriteR, C(DataFrameR, C).) |