public class BaseCoder extends Object
BaseCoder(String CHARS)
byte[]
bytesDecode(String input)
String
bytesEncode(byte[] input)
long
decode(String encoded)
encode(long number)
static void
main(String[] args)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public BaseCoder(String CHARS)
public String encode(long number)
public long decode(String encoded)
public String bytesEncode(byte[] input)
public byte[] bytesDecode(String input)
public static void main(String[] args)
Copyright © 2025. All rights reserved.