org.beangle.commons.codec.net

Members list

Concise view

Type members

Classlikes

object BCoder

Attributes

Companion:
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
BCoder.type
class BCoder(val charset: Charset) extends Encoder[String, String] with Decoder[String, String]

Identical to the Base64 encoding defined by RFC 1521 and allows a character set to be specified.

Identical to the Base64 encoding defined by RFC 1521 and allows a character set to be specified.

RFC 1522 describes techniques to allow the encoding of non-ASCII text in various portions of a RFC 822 [2] message header, in a manner which is unlikely to confuse existing message handling software.

Attributes

See also:
Since:

3.2.0

Companion:
object
Graph
Supertypes
trait Decoder[String, String]
trait Encoder[String, String]
class Object
trait Matchable
class Any