encode

open override fun encode(data: ByteArray): HexData

Encoded the provided data using the encoding implemented by this encoder; the returned Raw instance is able to provide a resulting ByteArray or String.

Return

Raw encoded data record.

Parameters

data

Data to encode with this encoder.