fun toDecodedString(charset: Charset = Charsets.UTF_8): String
Convert a Bytes into a String by decoding it using the given Charset, assuming it contains character data.