RDFile Class |
Namespace: Scilligence.MolEngine.IO
public class RDFile : MDLDBBase
The RDFile type exposes the following members.
| Name | Description | |
|---|---|---|
| RDFile(TextReader) | Initializes a new instance of the RDFile class | |
| RDFile(TextWriter) | Initializes a new instance of the RDFile class | |
| RDFile(FileStream, MDLDBBaseOpenMode) | Initializes a new instance of the RDFile class | |
| RDFile(String, MDLDBBaseOpenMode) | Initializes a new instance of the RDFile class | |
| RDFile(String, MDLDBBaseOpenMode, Encoding) | Initializes a new instance of the RDFile class | |
| RDFile(FileStream, MDLDBBaseOpenMode, Encoding, Boolean) | Initializes a new instance of the RDFile class |
| Name | Description | |
|---|---|---|
| CompressedData |
The compressed record data
(Inherited from MDLDBBase.) | |
| Data | (Overrides MDLDBBaseData.) | |
| Eof |
Test if it already reached the end of the file
(Inherited from MDLDBBase.) | |
| IsRead |
Reading file mode
(Inherited from MDLDBBase.) | |
| LastError |
Get last error
(Inherited from MDLDBBase.) | |
| Mode |
The current file open mode
(Inherited from MDLDBBase.) | |
| Progress |
Calculate the reading progress: 0 - 1.0
(Inherited from MDLDBBase.) | |
| Writer | (Inherited from MDLDBBase.) |
| Name | Description | |
|---|---|---|
| Dispose |
Dispose the object and release memory
(Inherited from MDLDBBase.) | |
| Equals | (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.) | |
| GetHashCode | Serves as a hash function for a particular type. (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.) | |
| ReadLine | (Overrides MDLDBBaseReadLine.) | |
| ReadNext | (Overrides MDLDBBaseReadNext(DictionaryString, Object, Int32).) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| WriteHeader | ||
| WriteOne | (Overrides MDLDBBaseWriteOne(MolBase, DictionaryString, Object, Int32).) |
| Name | Description | |
|---|---|---|
| mLastError | (Inherited from MDLDBBase.) | |
| recordsAlreadyRead | (Inherited from MDLDBBase.) |