public class Radix62 extends Object
static char[]
ALPHABET
Radix62()
static long
decode(String str)
static String
encode(long num)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public static final char[] ALPHABET
public Radix62()
public static String encode(long num)
decode(String)
num
public static long decode(String str)
encode(long)
str
Copyright © 2020. All rights reserved.