uhe
03/16/2017, 2:13 PMBase64.getDecoder().decode(encodedString)
?s.luhmirins
03/16/2017, 2:18 PMuhe
03/16/2017, 2:23 PMfun String.fromBase64() = Base64.getDecoder().decode(this)
val decoded = encoded.fromBase64()
s.luhmirins
03/16/2017, 2:37 PMjmfayard
03/17/2017, 8:13 AMs.luhmirins
03/17/2017, 8:17 AM