- java.lang.Object
-
- io.ebean.util.EncodeB64
-
public final class EncodeB64 extends Object
Integer to base64 encoder.
-
-
Constructor Summary
Constructors Constructor Description EncodeB64()
-
-
-
Method Detail
-
enc
public static String enc(int i)
Convert the integer to unsigned base 64.
-
-