public class MyBase64Utils extends Object
| 构造器和说明 |
|---|
MyBase64Utils() |
| 限定符和类型 | 方法和说明 |
|---|---|
static byte[] |
decode(String str) |
static String |
encode_64(byte[] bin)
每64字符后,换行
|
static String |
encode(byte[] d) |
static String |
encode(byte[] src,
int srclen) |
static String |
encode(byte[] src,
int startIndex,
int srclen) |
static void |
main(String[] args)
A simple test.cache that encodes and decodes the first commandline argument.
|
Copyright © 2021. All rights reserved.