Allows to encode/decode String and bytes using Base64 encoding.
staticread onlyBYTES:Bytes = haxe.io.Bytes.ofString(CHARS)
staticread onlyCHARS:String = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/"
staticencode (bytes:Bytes, complement:Bool = true):String