Text Data Stream Class
Represents a data file in a text-based format.
Definition
Namespace: Numerics.NET.Data
Assembly: Numerics.NET.Data (in Numerics.NET.Data.dll) Version: 4.0.3
C#
Assembly: Numerics.NET.Data (in Numerics.NET.Data.dll) Version: 4.0.3
public abstract class TextDataStream : DataStream
- Inheritance
- Object → DataStream → TextDataStream
- Derived
Constructors
Text | Constructs a new TextDataStream object. |
Properties
Can |
Gets whether the file can be read from.
(Inherited from DataStream) |
Can |
Gets whether the file can be written to.
(Inherited from DataStream) |
Methods
Dispose() |
Releases unmanaged resources.
(Inherited from DataStream) |
Dispose( |
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) |
Get | Serves as the default hash function. (Inherited from Object) |
Get | Gets the Type of the current instance. (Inherited from Object) |
Memberwise | Creates a shallow copy of the current Object. (Inherited from Object) |
Read | Reads a complex matrix from the stream. |
Read | Reads a complex vector from the stream. |
Read |
Reads a data frame from the file.
(Inherited from DataStream) |
Read |
Reads a data frame from the file.
(Inherited from DataStream) |
Read |
Reads the data frame at the current position in the file.
(Inherited from DataStream) |
Read |
Reads a data frame from the file.
(Inherited from DataStream) |
Read |
Reads the two-dimensional array at the current position in the file.
(Inherited from DataStream) |
Read |
Reads the one-dimensional array at the current position in the file.
(Inherited from DataStream) |
ToString | Returns a string that represents the current object. (Inherited from Object) |
Write<T>(Matrix<T>) |
Writes the two-dimensional array at the current position in the file.
(Inherited from DataStream) |
Write<T>(Matrix<Complex<T>>) | Writes a complex matrix to the stream. |
Write<T>(Vector<T>) |
Writes the one-dimensional array at the current position in the file.
(Inherited from DataStream) |
Write<T>(Vector<Complex<T>>) | Writes a complex vector to the stream. |
Write<R, C>(DataFrame<R, C>) |
Writes the data frame at the current position in the file.
(Inherited from DataStream) |