| Modifier and Type | Method and Description |
|---|---|
static CborMap |
CborMap.createFromCborByteArray(byte[] input)
Parses the given CBOR byte array into a
CborMap object. |
static CborObject |
CborObject.createFromCborByteArray(byte[] input)
Creates a new
CborObject from a CBOR-encoded byte array. |
static CborMap |
CborMap.createFromCborByteArray(byte[] input,
int offset,
int length)
Parses the given CBOR byte array into a
CborMap object. |
static CborObject |
CborObject.createFromCborByteArray(byte[] input,
int offset,
int length)
Creates a new
CborObject from a CBOR-encoded byte array starting at a given offset. |
CborObject |
CborReader.readDataItem()
Reads the next available data item as a
CborObject. |
Copyright © 2018–2023. All rights reserved.