Rds Stream Class
Represents a file in R's .rds format.
Definition
Namespace: Numerics.NET.Data.R
Assembly: Numerics.NET.Data (in Numerics.NET.Data.dll) Version: 4.0.4
C#
Assembly: Numerics.NET.Data (in Numerics.NET.Data.dll) Version: 4.0.4
public class RdsStream : DataStream<RObject>- Inheritance
- Object → DataStream → DataStream<RObject> → RdsStream
Properties
| Can |
Gets whether the file can be read from.
(Overrides DataStream.CanRead) |
| Can |
Gets whether the file can be written to.
(Overrides DataStream.CanWrite) |
| Converter |
Gets an object that converts between data objects and
vectors, matrices, and data frames.
(Overrides DataStream<TObject>.Converter) |
Methods
| Dispose() |
Releases unmanaged resources.
(Inherited from DataStream) |
| Dispose( |
Releases resources.
(Overrides DataStream.Dispose(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 DataStream.Flush()) |
| 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 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<TObject>) |
| 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<TObject>) |
| Read |
Reads an object from the data stream.
(Inherited from DataStream<TObject>) |
| Read |
Reads the one-dimensional array at the current position in the file.
(Inherited from DataStream<TObject>) |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
| Try |
Attempts to read an object from the data stream.
(Overrides DataStream<TObject>.TryReadObject(TObject)) |
| Write<T>(Matrix<T>) |
Writes the two-dimensional array at the current position in the file.
(Inherited from DataStream) |
| Write<T>(Matrix<T>) |
Writes the two-dimensional array at the current position in the file.
(Inherited from DataStream<TObject>) |
| Write<T>(Vector<T>) |
Writes the one-dimensional array at the current position in the file.
(Inherited from DataStream) |
| Write<T>(Vector<T>) |
Writes the one-dimensional array at the current position in the file.
(Inherited from DataStream<TObject>) |
| Write<R, C>(DataFrame<R, C>) |
Writes the data frame at the current position in the file.
(Inherited from DataStream) |
| Write<R, C>(DataFrame<R, C>) |
Writes the data frame at the current position in the file.
(Inherited from DataStream<TObject>) |
| Write |
Writes an object to the data stream.
(Overrides DataStream<TObject>.WriteObject(TObject)) |