| 1728 | int GetLineNumber() const noexcept { return this->LineNumber; } |
| 1729 | |
| 1730 | void SetInputBufferSize(int size) { this->InputBufferSize = size; } |
| 1731 | void SetOutputBufferSize(int size) { this->OutputBufferSize = size; } |
| 1732 | |
| 1733 | // Try to open the file. Return non-empty error string on failure |