tuweni / org.apache.tuweni.rlp / RLPReader / readByteArray

readByteArray

open fun readByteArray(): ByteArray! (source)

Read a byte array from the RLP source.

Exceptions

InvalidRLPEncodingException - If there is an error decoding the RLP source.

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

Return
ByteArray!: The byte array for the next value.