[]
Initializes a new instance of the ReaderBase class.
public ReaderBase(Stream stream, IReaderLog log)
Public Sub New(stream As Stream, log As IReaderLog)
| Type | Name | Description |
|---|---|---|
| Stream | stream | The input stream. |
| IReaderLog | log | The object to use for building the input parsing log. |