sS bytesToString(byte[] data, S encoding) ctex { ret data == null ? null : new S(data, encoding); }