tuweni / org.apache.tuweni.rlp / RLPReader / nextIsEmpty

nextIsEmpty

abstract fun nextIsEmpty(): Boolean (source)

Check if the next item to be read is empty.

Exceptions

EndOfRLPException - If there are no more RLP values to read.

Return
Boolean: true if the next item to be read is empty.