Data Stream Class
Serves as the abstract base class for classes that
represent data files.
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 DataStream : IDisposable
- Inheritance
- Object → DataStream
- Derived
- Implements
- IDisposable
Constructors
Data | Initializes a new instance of the DataStream class |
Properties
Methods
Dispose() | Releases unmanaged resources. |
Dispose( | Releases resources. |
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. |
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) |
Open | Returns a stream suitable from reading from a resource specified by a URI. |
Read | Reads the data frame at the current position in the file. |
Read | Reads a data frame from the file. |
Read | Reads a data frame from the file. |
Read | Reads the data frame at the current position in the file. |
Read | Reads a data frame from the file. |
Read | Reads a data frame from the file. |
Read | Reads the two-dimensional array at the current position in the file. |
Read | Reads the one-dimensional array at the current position in the file. |
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. |
Write<T>(Vector<T>) | Writes the one-dimensional array at the current position in the file. |
Write<R, C>(DataFrame<R, C>) | Writes the data frame at the current position in the file. |