| 258 | } |
| 259 | |
| 260 | OutputBuffer::OutputBuffer(const StreamInfo& info) : |
| 261 | _info(info), _queue(), _tokenno(0) |
| 262 | { |
| 263 | _data = DataBlock::create(_info.size); |
| 264 | } |
| 265 | |
| 266 | OutputBuffer::~OutputBuffer() |
| 267 | { |
nothing calls this directly
no outgoing calls
no test coverage detected