| 9 | Encode::Section::Stream::Stream(std::ostream& stream) : stream(stream){} |
| 10 | |
| 11 | Encode::Section::Section(const byte_t id) : id(id){} |
| 12 | |
| 13 | void Encode::Section::write(std::ostream& ostream){ |
| 14 | if(!buffer.str().empty()){ |
nothing calls this directly
no outgoing calls
no test coverage detected