I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit b232cc0f authored by aum's avatar aum Committed by zzz
Browse files

D'oh, .decodeToString was already there, eliminated my vers

parent 18bbae1d
No related branches found
No related tags found
No related merge requests found
......@@ -59,10 +59,6 @@ public class Base64 {
return safeEncode(source, off, len, useStandardAlphabet);
}
/** convenience method added by aum */
public static String decodeToString(String s) {
return new String(decode(s));
}
public static byte[] decode(String s) {
return safeDecode(s, false);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment