Writes a byte string in canonical CBOR-format. @param majorType the major type of the string, should be either 0x40 or 0x60; @param bytes the byte string to write, can be null in which case a byte-string of length 0 is written. @throws IOException in case of I/O problems writi
(int majorType, byte[] bytes)
source not stored for this graph (policy: none)
no test coverage detected