public class Base62s extends Object
Modifier and Type | Method and Description |
---|---|
static byte[] |
decode(byte[] bs) |
static byte[] |
decode(byte[] bs,
boolean gmp) |
static String |
decode(String s)
解码
|
static String |
decode(String s,
boolean gmp) |
static byte[] |
encode(byte[] bs) |
static byte[] |
encode(byte[] bs,
boolean gmp) |
static String |
encode(String s)
编码
|
static String |
encode(String s,
boolean gmp) |
Copyright © 2024. All rights reserved.