public final class EncodeB64
extends Object
Integer to base64 encoder.
-
Constructor Summary
Constructors
-
Method Summary
Convert the integer to unsigned base 64.
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
EncodeB64
public EncodeB64()
-
Method Details
-
enc
public static String enc(int i)
Convert the integer to unsigned base 64.