Resets the encoder so it can be used again. */
| 40 | |
| 41 | /** Resets the encoder so it can be used again. */ |
| 42 | void reset() {_out.reset(); _first = true;} |
| 43 | |
| 44 | /////// Writing data: |
| 45 |
nothing calls this directly
no outgoing calls
no test coverage detected