Set the stream to allow reuse of the object
| 57 | |
| 58 | /// Set the stream to allow reuse of the object |
| 59 | void setStream(Stream *stream) { mStream = stream; } |
| 60 | |
| 61 | /// Get the underlying stream. Used with setStream() to support object reuse |
| 62 | Stream *getStream() { return mStream; } |
no outgoing calls
no test coverage detected