Utf8StringCodec
UTF-8 string codec. decode throws on malformed UTF-8 byte sequences via ByteArray.decodeToString with throwOnInvalidSequence = true. The exact exception type is platform-dependent (CharacterCodingException on JVM, kotlin.io.CharacterCodingException on Native); treat as a generic decode failure.
Functions
Link copied to clipboard
Bridge a BleDecoder to work with BleData input.
Link copied to clipboard
Bridge a BleEncoder to produce BleData via BleData factory.
Link copied to clipboard
Transform the input of this encoder.
Link copied to clipboard
Transform the output of this decoder.