Package co.nstant.in.cbor
Interface DataItemListener
public interface DataItemListener
Callback interface for a streaming
CborDecoder.-
Method Summary
Modifier and Type Method Description voidonDataItem(DataItem dataItem)Gets called on every decodedDataItem.
-
Method Details
-
onDataItem
Gets called on every decodedDataItem.- Parameters:
dataItem- theDataItem
-