decode

fun decode(buff: Buffer): String

Decode %-escaped characters. Decoding fails in case of invalid UTF-8

Return

decoded data

Parameters

buff

data to decode

Throws

if buff cannot be decoded


Decode with UrlEncoderUtil

Return

decoded with UTF-8

Parameters

buff
  • the source