We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
scala> import com.github.tototoshi.base64.Base64 import com.github.tototoshi.base64.Base64 scala> Base64.encode("github".getBytes) res0: String = Z2l0aHVi
BASE64エンコーダ