Available on all platforms
Allows one to encode/decode String and bytes using Base64 encoding.
@:value(haxe.io.Bytes.ofString(CHARS))@:keepstaticread onlyBYTES:Bytes = haxe.io.Bytes.ofString(CHARS)
@:value("ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/")@:keepstaticread onlyCHARS:String = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/"
@:value({ complement : true })@:keepstaticdecode(str:String, complement:Bool = true):Bytes
@:value({ complement : true })@:keepstaticencode(bytes:Bytes, complement:Bool = true):String