Base64

rdts.base.Base64
object Base64

Attributes

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

Members list

Value members

Concrete methods

def encode(long: Long): String

Encodes the 6 least significant bits to the start of the string. It is thus very unlikely to match any other base64 encodings of longs.

Encodes the 6 least significant bits to the start of the string. It is thus very unlikely to match any other base64 encodings of longs.

Attributes