Package com.wrapper.spotify
Class Base64
- java.lang.Object
-
- com.wrapper.spotify.Base64
-
public class Base64 extends Object
Source: https://gist.github.com/EmilHernvall/953733#file-base64-java Due to Java version support issues with Datatypeconverter (<=1.7) class and Base64 (>=1.8) class.
-
-
Constructor Summary
Constructors Constructor Description Base64()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static byte[]decode(String data)static Stringencode(byte[] data)
-