Searched refs:cborToDataItem (Results 1 – 1 of 1) sorted by relevance
757 static DataItem cborToDataItem(byte[] data) { in cborToDataItem() method in Util771 return cborToDataItem(data) == SimpleValue.TRUE; in cborDecodeBoolean()775 return ((co.nstant.in.cbor.model.UnicodeString) cborToDataItem(data)).getString(); in cborDecodeString()779 return ((co.nstant.in.cbor.model.Number) cborToDataItem(data)).getValue().longValue(); in cborDecodeInt()783 return ((co.nstant.in.cbor.model.ByteString) cborToDataItem(data)).getBytes(); in cborDecodeBytestring()