Package co.nstant.in.cbor
Interface DataItemListener
-
public interface DataItemListenerCallback interface for a streamingCborDecoder.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonDataItem(DataItem dataItem)Gets called on every decodedDataItem.
-