pause abstract method

void pause()

Pauses encoding, copies the encoded output buffer to the pause buffer, and clears the output buffer. Further encoding carries on as normal in the output buffer. Used to encode CBOR items as standalone entities for later inclusion in the main encoding stream, e.g map values. Has no effect if already paused.

Implementation

void pause();