[]
Abstract base class for classes used to read SSRS streams (RPL or RGDI).
public abstract class ReaderBase : IDisposable
Name | Description |
---|---|
ReaderBase(Stream, IReaderLog) | Initializes a new instance of the ReaderBase class. |
Name | Description |
---|---|
m_Br | For internal use only. |
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. |
Name | Description |
---|---|
Dispose() | Disposes the current instance. |
~ReaderBase() | Clean up ReaderBase. |
Init() | For internal use. |