cc.otavia.handler.codec.base64

Members list

Type members

Classlikes

object Base64

Utility class for Buffer that encodes and decodes to and from Base64 notation.

Utility class for Buffer that encodes and decodes to and from Base64 notation.

The encoding and decoding algorithm in this class has been derived from Robert Harder's Public Domain Base64 Encoder/Decoder.

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
Base64.type

Attributes

Supertypes
class Object
trait Matchable
class Any
Show all
enum Base64Dialect(val alphabet: Array[Byte], val decodabet: Array[Byte], val breakLinesByDefault: Boolean)

Enumeration of supported Base64 dialects.

Enumeration of supported Base64 dialects.

The internal lookup tables in this class has been derived from Robert Harder's Public Domain Base64 Encoder/Decoder.

Attributes

Supertypes
trait Enum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
class Base64Encoder(breakLines: Boolean, dialect: Base64Dialect) extends ByteToByteEncoder

Attributes

Supertypes
class Object
trait Matchable
class Any
Show all