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