Data Stream Methods
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. |