| 205 | |
| 206 | #ifdef E57_ENABLE_DIAGNOSTIC_OUTPUT |
| 207 | void Encoder::dump( int indent, std::ostream &os ) const |
| 208 | { |
| 209 | os << space( indent ) << "bytestreamNumber: " << bytestreamNumber_ << std::endl; |
| 210 | } |
| 211 | #endif |
| 212 | |
| 213 | //================ |
no test coverage detected