In This Topic
The following tables list the members exposed by ReaderBase.
Protected Fields
| Name | Description |
| m_Br | For internal use only. |
Top
Public Properties
| Name | Description |
| Eof | Gets a value indicating whether the end of the underlying stream has been reached. |
| Log | Gets the IReaderLog object used to build the parsing log. |
| Offset | Gets the current offset in the underlying stream. |
| Stream | Gets the underlying stream. |
Top
Public Methods
| Name | Description |
| Dispose | Disposes the current instance. |
Top
Protected Methods
| Name | Description |
| Finalize | Clean up ReaderBase. |
| Init | For internal use. |
Top
See Also