Cbor constructor

Cbor()

Construction

Implementation

Cbor() {
  init();

  encoder = Encoder(output);
}