mirror of https://github.com/apache/jclouds.git
added base64 utility
git-svn-id: http://jclouds.googlecode.com/svn/trunk@1862 3d8758e0-26b5-11de-8745-db77d3ebf521
This commit is contained in:
parent
8a4e5d4839
commit
a0192989d4
|
@ -213,4 +213,8 @@ public class HttpUtils {
|
|||
|
||||
}
|
||||
|
||||
public static byte[] fromBase64String(String encoded) {
|
||||
return Base64.decode(encoded);
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue