Create a new BinaryDeltaImpl
the internal buffer
the offset of the data in the buffer representing the delta
the number of the data in the buffer representing the delta
Check if the binary delta has any changes
true
if the binary delta contains any data
Parse the delta as CBOR tokens and let the visitor handle them
the visitor to handle the tokens
Implementation of the BinaryDelta interface.