Menu

#3 G-COMMON - Base64Util

1.0
open
None
2016-06-30
2016-06-30
No

Missing encoding in base64 from byte[] -> String ( with or without charset ).

Follow all possible cases:
encode :
String ( with or without Charset ) -> String
String ( with or without Charset ) -> byte[]
byte[] -> String ( with or without Charset )
byte[] -> byte[]

decode:
String ( with or without Charset ) -> String ( with or without Charset )
String ( with or without Charset ) -> byte[]
byte[] -> String ( with or without Charset )
byte[] -> byte[]

Thanks

Discussion


Log in to post a comment.